Html Css Color HEX #B21ADB Dark Orchid

📋 copy color: '#B21ADB'

red 178 ◦ green 26 ◦ blue 219

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

Shades of Dark Orchid #B21ADB

Tints of Dark Orchid #B21ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.15%

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

R = 42.08%
G = 6.15%
B = 51.77%

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

#B21ADB (or 0xB21ADB) is known color: Dark Orchid. HEX triplet: B2, 1A and DB. RGB value is (178,26,219). Sum of RGB (Red+Green+Blue) = 178+26+219=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #B21ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ADB is #4DE524. Grayscale: #5C5C5C. Windows color (decimal): -5104933 or 14359218. OLE color: 14359218.

HSL color Cylindrical-coordinate representation of color #B21ADB: hue angle of 287.25º degrees, saturation: 0.79, 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 #B21ADB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 26 219 -
CMYK 0.19 0.88 0 0.14
HSL 287.25º 0.79% 0.48% -
HSV(B) 287.25º 0.88% 0.86% -
XYZ 31.52 15.32 68.31 -
YUV 93.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 178 26 219 0.19 0.88 0 0.14 287.25 0.79 0.48
Hex B2 1A DB 13 58 0 E 11F 4F 30
Octal 262 32 333 23 130 0 16 437 117 60
Binary 10110010 11010 11011011 10011 1011000 0 1110 100011111 1001111 110000

Color Harmonies of #B21ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ADB

Black with #B21ADB

Text Example


Text Example

White with #B21ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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