#b05fcc

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

Shades of Medium Orchid #B05FCC

Tints of Medium Orchid #B05FCC

Color information

#B05FCC (or 0xB05FCC) is unknown color: approx Medium Orchid. HEX triplet: B0, 5F and CC. RGB value is (176,95,204). Sum of RGB (Red+Green+Blue) = 176+95+204=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #B05FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FCC is #4FA033. Grayscale: #838383. Windows color (decimal): -5218356 or 13393840. OLE color: 13393840.

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

Color convert

RGB17695204-
CMYK0.140.5300.2
HSL284.59º51.66%58.63%-
HSV(B)284.59º53.43%80%-
XYZ32.921.7759.6-
YUV131.64168.84159.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 95 (37.5% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=37.05%
G=20%
B=42.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176952040.140.5300.2284.5951.6658.63
HexB05FCCE3501411d343b
Octal26013731416650244356473
Binary101100001011111110011001110110101010100100011101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05fcc; }

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

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

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

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

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

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

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

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