#b028c0

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

Shades of Dark Orchid #B028C0

Tints of Dark Orchid #B028C0

Color information

#B028C0 (or 0xB028C0) is unknown color: approx Dark Orchid. HEX triplet: B0, 28 and C0. RGB value is (176,40,192). Sum of RGB (Red+Green+Blue) = 176+40+192=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #B028C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B028C0 is #4FD73F. Grayscale: #616161. Windows color (decimal): -5232448 or 12593328. OLE color: 12593328.

HSL color Cylindrical-coordinate representation of color #B028C0: hue angle of 293.68º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B028C0 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17640192-
CMYK0.080.7900.25
HSL293.68º65.52%45.49%-
HSV(B)293.68º79.17%75.29%-
XYZ28.1814.5551.19-
YUV97.99181.06183.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 40 (16.02% from 255) = 9.80%
BLUE value IS 192 (75.39% from 255) = 47.06%
R=43.14%
G=9.80%
B=47.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176401920.080.7900.25293.6865.5245.49
HexB028C084F019126422d
Octal260503001011703144610255
Binary1011000010100011000000100010011110110011001001101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b028c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b028c0; }

 p { color: rgb(176,40,192); }

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

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

 a { background-color: rgb(176,40,192); }

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

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

 span { border-color: rgb(176,40,192); }

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