#B03FEB

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

Shades of Medium Orchid #B03FEB

Tints of Medium Orchid #B03FEB

Color information

#B03FEB (or 0xB03FEB) is unknown color: approx Medium Orchid. HEX triplet: B0, 3F and EB. RGB value is (176,63,235). Sum of RGB (Red+Green+Blue) = 176+63+235=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #B03FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FEB is #4FC014. Grayscale: #737373. Windows color (decimal): -5226517 or 15417264. OLE color: 15417264.

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

Color convert

RGB17663235-
CMYK0.250.7300.08
HSL279.42º81.13%58.43%-
HSV(B)279.42º73.19%92.16%-
XYZ34.6818.7880.4-
YUV116.4194.94170.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 63 (25% from 255) = 13.29%
BLUE value IS 235 (92.19% from 255) = 49.58%
R=37.13%
G=13.29%
B=49.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176632350.250.7300.08279.4281.1358.43
HexB03FEB194908117513a
Octal260773533111101042712172
Binary1011000011111111101011110011001001010001000101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FEB; }

 p { color: rgb(176,63,235); }

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

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

 a { background-color: rgb(176,63,235); }

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

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

 span { border-color: rgb(176,63,235); }

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