#B05CDE

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

Shades of Medium Orchid #B05CDE

Tints of Medium Orchid #B05CDE

Color information

#B05CDE (or 0xB05CDE) is unknown color: approx Medium Orchid. HEX triplet: B0, 5C and DE. RGB value is (176,92,222). Sum of RGB (Red+Green+Blue) = 176+92+222=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #B05CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CDE is #4FA321. Grayscale: #838383. Windows color (decimal): -5219106 or 14572720. OLE color: 14572720.

HSL color Cylindrical-coordinate representation of color #B05CDE: hue angle of 278.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05CDE is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17692222-
CMYK0.210.5900.13
HSL278.77º66.33%61.57%-
HSV(B)278.77º58.56%87.06%-
XYZ34.9222.1671.54-
YUV131.94178.83159.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 92 (36.33% from 255) = 18.78%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=35.92%
G=18.78%
B=45.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176922220.210.5900.13278.7766.3361.57
HexB05CDE153B0D117423e
Octal260134336257301542710276
Binary1011000010111001101111010101111011011011000101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05CDE; }

 p { color: rgb(176,92,222); }

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

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

 a { background-color: rgb(176,92,222); }

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

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

 span { border-color: rgb(176,92,222); }

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