#b03cea

Color #B03CEA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B03CEA

Tints of Medium Orchid #B03CEA

Color information

#B03CEA (or 0xB03CEA) is unknown color: approx Medium Orchid. HEX triplet: B0, 3C and EA. RGB value is (176,60,234). Sum of RGB (Red+Green+Blue) = 176+60+234=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #B03CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CEA is #4FC315. Grayscale: #717171. Windows color (decimal): -5227286 or 15350960. OLE color: 15350960.

HSL color Cylindrical-coordinate representation of color #B03CEA: hue angle of 280º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03CEA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17660234-
CMYK0.250.7400.08
HSL280º80.56%57.65%-
HSV(B)280º74.36%91.76%-
XYZ34.3718.479.58-
YUV114.52195.43171.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 60 (23.83% from 255) = 12.77%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=37.45%
G=12.77%
B=49.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176602340.250.7400.0828080.5657.65
HexB03CEA194A08118513a
Octal260743523111201043012172
Binary1011000011110011101010110011001010010001000110001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03cea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03cea; }

 p { color: rgb(176,60,234); }

 H1.HeaderClassName
 {
   color: #b03cea;
 }
 .AnyTagClassName
 {
   color: #b03cea;
 }
</style>
background-color css

<style>
 a { background-color: #b03cea; }

 a { background-color: rgb(176,60,234); }

 div.DivClassName
 {
   background-color: #b03cea;
 }
 .BgClassName
 {
   background-color: #b03cea;
 }
</style>
border-color css

<style>
 span { border-color: #b03cea; }

 span { border-color: rgb(176,60,234); }

 td.TdClassName
 {
   border-color: #b03cea;
 }
 .TagClassName
 {
   border-color: #b03cea;
 }
</style>