#B21FDA

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

Shades of Dark Orchid #B21FDA

Tints of Dark Orchid #B21FDA

Color information

#B21FDA (or 0xB21FDA) is unknown color: approx Dark Orchid. HEX triplet: B2, 1F and DA. RGB value is (178,31,218). Sum of RGB (Red+Green+Blue) = 178+31+218=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #B21FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FDA is #4DE025. Grayscale: #5F5F5F. Windows color (decimal): -5103654 or 14294962. OLE color: 14294962.

HSL color Cylindrical-coordinate representation of color #B21FDA: hue angle of 287.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21FDA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17831218-
CMYK0.180.8600.15
HSL287.17º75.1%48.82%-
HSV(B)287.17º85.78%85.49%-
XYZ31.515.5167.66-
YUV96.27196.7186.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 31 (12.5% from 255) = 7.26%
BLUE value IS 218 (85.55% from 255) = 51.05%
R=41.69%
G=7.26%
B=51.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178312180.180.8600.15287.1775.148.82
HexB21FDA12560F11f4b31
Octal262373322212601743711361
Binary101100101111111011010100101010110011111000111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21FDA; }

 p { color: rgb(178,31,218); }

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

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

 a { background-color: rgb(178,31,218); }

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

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

 span { border-color: rgb(178,31,218); }

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