#B05FCA

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

Shades of Medium Orchid #B05FCA

Tints of Medium Orchid #B05FCA

Color information

#B05FCA (or 0xB05FCA) is unknown color: approx Medium Orchid. HEX triplet: B0, 5F and CA. RGB value is (176,95,202). Sum of RGB (Red+Green+Blue) = 176+95+202=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #B05FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FCA is #4FA035. Grayscale: #838383. Windows color (decimal): -5218358 or 13262768. OLE color: 13262768.

HSL color Cylindrical-coordinate representation of color #B05FCA: hue angle of 285.42º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05FCA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17695202-
CMYK0.130.5300.21
HSL285.42º50.23%58.24%-
HSV(B)285.42º52.97%79.22%-
XYZ32.6621.6858.34-
YUV131.42167.84159.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=37.21%
G=20.08%
B=42.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176952020.130.5300.21285.4250.2358.24
HexB05FCAD3501511d323a
Octal26013731215650254356272
Binary101100001011111110010101101110101010101100011101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FCA; }

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

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

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

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

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

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

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

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