#B03BE0

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

Shades of Medium Orchid #B03BE0

Tints of Medium Orchid #B03BE0

Color information

#B03BE0 (or 0xB03BE0) is unknown color: approx Medium Orchid. HEX triplet: B0, 3B and E0. RGB value is (176,59,224). Sum of RGB (Red+Green+Blue) = 176+59+224=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #B03BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BE0 is #4FC41F. Grayscale: #707070. Windows color (decimal): -5227552 or 14695344. OLE color: 14695344.

HSL color Cylindrical-coordinate representation of color #B03BE0: hue angle of 282.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03BE0 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17659224-
CMYK0.210.7400.12
HSL282.55º72.69%55.49%-
HSV(B)282.55º73.66%87.84%-
XYZ32.9217.7472.21-
YUV112.79190.76173.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 59 (23.44% from 255) = 12.85%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=38.34%
G=12.85%
B=48.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176592240.210.7400.12282.5572.6955.49
HexB03BE0154A0C11b4937
Octal260733402511201443311167
Binary1011000011101111100000101011001010011001000110111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03BE0; }

 p { color: rgb(176,59,224); }

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

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

 a { background-color: rgb(176,59,224); }

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

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

 span { border-color: rgb(176,59,224); }

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