#B03DEE

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

Shades of Medium Orchid #B03DEE

Tints of Medium Orchid #B03DEE

Color information

#B03DEE (or 0xB03DEE) is unknown color: approx Medium Orchid. HEX triplet: B0, 3D and EE. RGB value is (176,61,238). Sum of RGB (Red+Green+Blue) = 176+61+238=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #B03DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DEE is #4FC211. Grayscale: #727272. Windows color (decimal): -5227026 or 15613360. OLE color: 15613360.

HSL color Cylindrical-coordinate representation of color #B03DEE: hue angle of 278.98º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B03DEE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17661238-
CMYK0.260.7400.07
HSL278.98º83.89%58.63%-
HSV(B)278.98º74.37%93.33%-
XYZ35.0118.7482.66-
YUV115.56197.1171.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 61 (24.22% from 255) = 12.84%
BLUE value IS 238 (93.36% from 255) = 50.11%
R=37.05%
G=12.84%
B=50.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176612380.260.7400.07278.9883.8958.63
HexB03DEE1A4A07117543b
Octal26075356321120742712473
Binary101100001111011110111011010100101001111000101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03DEE; }

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

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

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

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

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

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

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

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