#B05FCD

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

Shades of Medium Orchid #B05FCD

Tints of Medium Orchid #B05FCD

Color information

#B05FCD (or 0xB05FCD) is unknown color: approx Medium Orchid. HEX triplet: B0, 5F and CD. RGB value is (176,95,205). Sum of RGB (Red+Green+Blue) = 176+95+205=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B05FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FCD is #4FA032. Grayscale: #838383. Windows color (decimal): -5218355 or 13459376. OLE color: 13459376.

HSL color Cylindrical-coordinate representation of color #B05FCD: hue angle of 284.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05FCD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17695205-
CMYK0.140.5400.20
HSL284.18º52.38%58.82%-
HSV(B)284.18º53.66%80.39%-
XYZ33.0221.8260.23-
YUV131.76169.34159.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=36.97%
G=19.96%
B=43.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176952050.140.5400.20284.1852.3858.82
HexB05FCDE3601411c343b
Octal26013731516660244346473
Binary101100001011111110011011110110110010100100011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FCD; }

 p { color: rgb(176,95,205); }

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

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

 a { background-color: rgb(176,95,205); }

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

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

 span { border-color: rgb(176,95,205); }

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