Html Css Color HEX #B21EDB Dark Orchid

📋 copy color: '#B21EDB'

red 178 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #B21EDB

Tints of Dark Orchid #B21EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 41.69%
G = 7.03%
B = 51.29%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B21EDB (or 0xB21EDB) is known color: Dark Orchid. HEX triplet: B2, 1E and DB. RGB value is (178,30,219). Sum of RGB (Red+Green+Blue) = 178+30+219=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #B21EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EDB is #4DE124. Grayscale: #5F5F5F. Windows color (decimal): -5103909 or 14360242. OLE color: 14360242.

HSL color Cylindrical-coordinate representation of color #B21EDB: hue angle of 286.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21EDB is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 30 219 -
CMYK 0.19 0.86 0 0.14
HSL 286.98º 0.76% 0.49% -
HSV(B) 286.98º 0.86% 0.86% -
XYZ 31.61 15.51 68.35 -
YUV 95.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 178 30 219 0.19 0.86 0 0.14 286.98 0.76 0.49
Hex B2 1E DB 13 56 0 E 11F 4C 31
Octal 262 36 333 23 126 0 16 437 114 61
Binary 10110010 11110 11011011 10011 1010110 0 1110 100011111 1001100 110001

Color Harmonies of #B21EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EDB

Black with #B21EDB

Text Example


Text Example

White with #B21EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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