Html Css Color HEX #B21ADD Dark Orchid

📋 copy color: '#B21ADD'

red 178 ◦ green 26 ◦ blue 221

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

Shades of Dark Orchid #B21ADD

Tints of Dark Orchid #B21ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 41.88%
G = 6.12%
B = 52%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B21ADD (or 0xB21ADD) is known color: Dark Orchid. HEX triplet: B2, 1A and DD. RGB value is (178,26,221). Sum of RGB (Red+Green+Blue) = 178+26+221=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #B21ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ADD is #4DE522. Grayscale: #5D5D5D. Windows color (decimal): -5104931 or 14490290. OLE color: 14490290.

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

Color convert

RGB 178 26 221 -
CMYK 0.19 0.88 0 0.13
HSL 286.77º 0.79% 0.48% -
HSV(B) 286.77º 0.88% 0.87% -
XYZ 31.78 15.42 69.71 -
YUV 93.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 178 26 221 0.19 0.88 0 0.13 286.77 0.79 0.48
Hex B2 1A DD 13 58 0 D 11F 4F 30
Octal 262 32 335 23 130 0 15 437 117 60
Binary 10110010 11010 11011101 10011 1011000 0 1101 100011111 1001111 110000

Color Harmonies of #B21ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ADD

Black with #B21ADD

Text Example


Text Example

White with #B21ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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