Html Css Color HEX #B21EE0 Dark Orchid

📋 copy color: '#B21EE0'

red 178 ◦ green 30 ◦ blue 224

#B21EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B21EE0

Tints of Dark Orchid #B21EE0

RGB

 RED value IS 178 (69.92% from 255) = 41.2%

 GREEN value IS 30 (12.11% from 255) = 6.94%

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 41.2%
G = 6.94%
B = 51.85%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B21EE0 (or 0xB21EE0) is known color: Dark Orchid. HEX triplet: B2, 1E and E0. RGB value is (178,30,224). Sum of RGB (Red+Green+Blue) = 178+30+224=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #B21EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EE0 is #4DE11F. Grayscale: #5F5F5F. Windows color (decimal): -5103904 or 14687922. OLE color: 14687922.

HSL color Cylindrical-coordinate representation of color #B21EE0: hue angle of 285.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21EE0 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 30 224 -
CMYK 0.21 0.87 0 0.12
HSL 285.77º 0.76% 0.5% -
HSV(B) 285.77º 0.87% 0.88% -
XYZ 32.28 15.78 71.86 -
YUV 96.37 200.03 186.23 -
System Red Green Blue C M Y K H S L
Decimal 178 30 224 0.21 0.87 0 0.12 285.77 0.76 0.5
Hex B2 1E E0 15 57 0 C 11E 4C 32
Octal 262 36 340 25 127 0 14 436 114 62
Binary 10110010 11110 11100000 10101 1010111 0 1100 100011110 1001100 110010

Color Harmonies of #B21EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EE0

Black with #B21EE0

Text Example


Text Example

White with #B21EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EE0; }

 p { color: rgb(178,30,224); }

 H1.HeaderClassName
 {
   color: #B21EE0;
 }
 .AnyTagClassName
 {
   color: #B21EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(178,30,224); }

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

border-color css

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

 span { border-color: rgb(178,30,224); }

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