#B224C0

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

Shades of Dark Orchid #B224C0

Tints of Dark Orchid #B224C0

Color information

#B224C0 (or 0xB224C0) is unknown color: approx Dark Orchid. HEX triplet: B2, 24 and C0. RGB value is (178,36,192). Sum of RGB (Red+Green+Blue) = 178+36+192=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #B224C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224C0 is #4DDB3F. Grayscale: #5F5F5F. Windows color (decimal): -5102400 or 12592306. OLE color: 12592306.

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

Color convert

RGB17836192-
CMYK0.070.8100.25
HSL294.62º68.42%44.71%-
HSV(B)294.62º81.25%75.29%-
XYZ28.5114.5351.17-
YUV96.24182.04186.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 36 (14.45% from 255) = 8.87%
BLUE value IS 192 (75.39% from 255) = 47.29%
R=43.84%
G=8.87%
B=47.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178361920.070.8100.25294.6268.4244.71
HexB224C0751019127442d
Octal26244300712103144710455
Binary101100101001001100000011110100010110011001001111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B224C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B224C0; }

 p { color: rgb(178,36,192); }

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

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

 a { background-color: rgb(178,36,192); }

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

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

 span { border-color: rgb(178,36,192); }

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