#B03DEA

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

Shades of Medium Orchid #B03DEA

Tints of Medium Orchid #B03DEA

Color information

#B03DEA (or 0xB03DEA) is unknown color: approx Medium Orchid. HEX triplet: B0, 3D and EA. RGB value is (176,61,234). Sum of RGB (Red+Green+Blue) = 176+61+234=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #B03DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DEA is #4FC215. Grayscale: #727272. Windows color (decimal): -5227030 or 15351216. OLE color: 15351216.

HSL color Cylindrical-coordinate representation of color #B03DEA: hue angle of 279.88º degrees, saturation: 0.8, 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 #B03DEA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17661234-
CMYK0.250.7400.08
HSL279.88º80.47%57.84%-
HSV(B)279.88º73.93%91.76%-
XYZ34.4218.5179.6-
YUV115.11195.1171.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 61 (24.22% from 255) = 12.95%
BLUE value IS 234 (91.80% from 255) = 49.68%
R=37.37%
G=12.95%
B=49.68%

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
Decimal176612340.250.7400.08279.8880.4757.84
HexB03DEA194A08118503a
Octal260753523111201043012072
Binary1011000011110111101010110011001010010001000110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03DEA; }

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

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

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

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

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

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

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

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