#B21BDF

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

Shades of Dark Orchid #B21BDF

Tints of Dark Orchid #B21BDF

Color information

#B21BDF (or 0xB21BDF) is unknown color: approx Dark Orchid. HEX triplet: B2, 1B and DF. RGB value is (178,27,223). Sum of RGB (Red+Green+Blue) = 178+27+223=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #B21BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21BDF is #4DE420. Grayscale: #5D5D5D. Windows color (decimal): -5104673 or 14621618. OLE color: 14621618.

HSL color Cylindrical-coordinate representation of color #B21BDF: hue angle of 286.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21BDF is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17827223-
CMYK0.200.8800.13
HSL286.22º78.4%49.02%-
HSV(B)286.22º87.89%87.45%-
XYZ32.0715.5871.13-
YUV94.49200.53187.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 27 (10.94% from 255) = 6.31%
BLUE value IS 223 (87.5% from 255) = 52.10%
R=41.59%
G=6.31%
B=52.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178272230.200.8800.13286.2278.449.02
HexB21BDF14580D11e4e31
Octal262333372413001543611661
Binary101100101101111011111101001011000011011000111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21BDF; }

 p { color: rgb(178,27,223); }

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

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

 a { background-color: rgb(178,27,223); }

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

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

 span { border-color: rgb(178,27,223); }

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