#b224d2

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

Shades of Dark Orchid #B224D2

Tints of Dark Orchid #B224D2

Color information

#B224D2 (or 0xB224D2) is unknown color: approx Dark Orchid. HEX triplet: B2, 24 and D2. RGB value is (178,36,210). Sum of RGB (Red+Green+Blue) = 178+36+210=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #B224D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224D2 is #4DDB2D. Grayscale: #616161. Windows color (decimal): -5102382 or 13771954. OLE color: 13771954.

HSL color Cylindrical-coordinate representation of color #B224D2: hue angle of 288.97º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B224D2 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17836210-
CMYK0.150.8300.18
HSL288.97º70.73%48.24%-
HSV(B)288.97º82.86%82.35%-
XYZ30.6215.3862.33-
YUV98.29191.04184.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 36 (14.45% from 255) = 8.49%
BLUE value IS 210 (82.42% from 255) = 49.53%
R=41.98%
G=8.49%
B=49.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178362100.150.8300.18288.9770.7348.24
HexB224D2F530121214730
Octal262443221712302244110760
Binary1011001010010011010010111110100110100101001000011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b224d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b224d2; }

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

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

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

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

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

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

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

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