#B21CD3

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

Shades of Dark Orchid #B21CD3

Tints of Dark Orchid #B21CD3

Color information

#B21CD3 (or 0xB21CD3) is unknown color: approx Dark Orchid. HEX triplet: B2, 1C and D3. RGB value is (178,28,211). Sum of RGB (Red+Green+Blue) = 178+28+211=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #B21CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CD3 is #4DE32C. Grayscale: #5D5D5D. Windows color (decimal): -5104429 or 13835442. OLE color: 13835442.

HSL color Cylindrical-coordinate representation of color #B21CD3: hue angle of 289.18º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21CD3 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17828211-
CMYK0.160.8700.17
HSL289.18º76.57%46.86%-
HSV(B)289.18º86.73%82.75%-
XYZ30.531562.91-
YUV93.71194.2188.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 28 (11.33% from 255) = 6.71%
BLUE value IS 211 (82.81% from 255) = 50.60%
R=42.69%
G=6.71%
B=50.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178282110.160.8700.17289.1876.5746.86
HexB21CD310570111214d2f
Octal262343232012702144111557
Binary1011001011100110100111000010101110100011001000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21CD3; }

 p { color: rgb(178,28,211); }

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

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

 a { background-color: rgb(178,28,211); }

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

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

 span { border-color: rgb(178,28,211); }

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