Html Css Color HEX #B21CDB Dark Orchid

📋 copy color: '#B21CDB'

red 178 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #B21CDB

Tints of Dark Orchid #B21CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.59%

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

R = 41.88%
G = 6.59%
B = 51.53%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B21CDB (or 0xB21CDB) is known color: Dark Orchid. HEX triplet: B2, 1C and DB. RGB value is (178,28,219). Sum of RGB (Red+Green+Blue) = 178+28+219=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #B21CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CDB is #4DE324. Grayscale: #5E5E5E. Windows color (decimal): -5104421 or 14359730. OLE color: 14359730.

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

Color convert

RGB 178 28 219 -
CMYK 0.19 0.87 0 0.14
HSL 287.12º 0.77% 0.48% -
HSV(B) 287.12º 0.87% 0.86% -
XYZ 31.56 15.41 68.33 -
YUV 94.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 178 28 219 0.19 0.87 0 0.14 287.12 0.77 0.48
Hex B2 1C DB 13 57 0 E 11F 4D 30
Octal 262 34 333 23 127 0 16 437 115 60
Binary 10110010 11100 11011011 10011 1010111 0 1110 100011111 1001101 110000

Color Harmonies of #B21CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CDB

Black with #B21CDB

Text Example


Text Example

White with #B21CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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