Html Css Color HEX #B21BDB Dark Orchid

📋 copy color: '#B21BDB'

red 178 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #B21BDB

Tints of Dark Orchid #B21BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.37%

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

R = 41.98%
G = 6.37%
B = 51.65%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B21BDB (or 0xB21BDB) is known color: Dark Orchid. HEX triplet: B2, 1B and DB. RGB value is (178,27,219). Sum of RGB (Red+Green+Blue) = 178+27+219=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #B21BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21BDB is #4DE424. Grayscale: #5D5D5D. Windows color (decimal): -5104677 or 14359474. OLE color: 14359474.

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

Color convert

RGB 178 27 219 -
CMYK 0.19 0.88 0 0.14
HSL 287.19º 0.78% 0.48% -
HSV(B) 287.19º 0.88% 0.86% -
XYZ 31.54 15.36 68.32 -
YUV 94.04 198.53 187.89 -
System Red Green Blue C M Y K H S L
Decimal 178 27 219 0.19 0.88 0 0.14 287.19 0.78 0.48
Hex B2 1B DB 13 58 0 E 11F 4E 30
Octal 262 33 333 23 130 0 16 437 116 60
Binary 10110010 11011 11011011 10011 1011000 0 1110 100011111 1001110 110000

Color Harmonies of #B21BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BDB

Black with #B21BDB

Text Example


Text Example

White with #B21BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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