#B05CCF

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

Shades of Medium Orchid #B05CCF

Tints of Medium Orchid #B05CCF

Color information

#B05CCF (or 0xB05CCF) is unknown color: approx Medium Orchid. HEX triplet: B0, 5C and CF. RGB value is (176,92,207). Sum of RGB (Red+Green+Blue) = 176+92+207=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B05CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CCF is #4FA330. Grayscale: #818181. Windows color (decimal): -5219121 or 13589680. OLE color: 13589680.

HSL color Cylindrical-coordinate representation of color #B05CCF: hue angle of 283.83º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05CCF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17692207-
CMYK0.150.5600.19
HSL283.83º54.5%58.63%-
HSV(B)283.83º55.56%81.18%-
XYZ32.9921.3961.42-
YUV130.23171.33160.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=37.05%
G=19.37%
B=43.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176922070.150.5600.19283.8354.558.63
HexB05CCFF3801311c373b
Octal26013431717700234346773
Binary101100001011100110011111111111000010011100011100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05CCF; }

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

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

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

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

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

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

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

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