#B023B9

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

Shades of Dark Orchid #B023B9

Tints of Dark Orchid #B023B9

Color information

#B023B9 (or 0xB023B9) is unknown color: approx Dark Orchid. HEX triplet: B0, 23 and B9. RGB value is (176,35,185). Sum of RGB (Red+Green+Blue) = 176+35+185=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #B023B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B023B9 is #4FDC46. Grayscale: #5D5D5D. Windows color (decimal): -5233735 or 12133296. OLE color: 12133296.

HSL color Cylindrical-coordinate representation of color #B023B9: hue angle of 296.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B023B9 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17635185-
CMYK0.050.8100.27
HSL296.4º68.18%43.14%-
HSV(B)296.4º81.08%72.55%-
XYZ27.2613.9347.15-
YUV94.26179.21186.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 35 (14.06% from 255) = 8.84%
BLUE value IS 185 (72.66% from 255) = 46.72%
R=44.44%
G=8.84%
B=46.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176351850.050.8100.27296.468.1843.14
HexB023B955101B128442b
Octal26043271512103345010453
Binary101100001000111011100110110100010110111001010001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B023B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B023B9; }

 p { color: rgb(176,35,185); }

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

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

 a { background-color: rgb(176,35,185); }

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

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

 span { border-color: rgb(176,35,185); }

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