Html Css Color HEX #B21ADE Dark Orchid

📋 copy color: '#B21ADE'

red 178 ◦ green 26 ◦ blue 222

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

Shades of Dark Orchid #B21ADE

Tints of Dark Orchid #B21ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 41.78%
G = 6.1%
B = 52.11%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B21ADE (or 0xB21ADE) is known color: Dark Orchid. HEX triplet: B2, 1A and DE. RGB value is (178,26,222). Sum of RGB (Red+Green+Blue) = 178+26+222=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #B21ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ADE is #4DE521. Grayscale: #5D5D5D. Windows color (decimal): -5104930 or 14555826. OLE color: 14555826.

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

Color convert

RGB 178 26 222 -
CMYK 0.20 0.88 0 0.13
HSL 286.53º 0.79% 0.49% -
HSV(B) 286.53º 0.88% 0.87% -
XYZ 31.91 15.48 70.41 -
YUV 93.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 178 26 222 0.20 0.88 0 0.13 286.53 0.79 0.49
Hex B2 1A DE 14 58 0 D 11F 4F 31
Octal 262 32 336 24 130 0 15 437 117 61
Binary 10110010 11010 11011110 10100 1011000 0 1101 100011111 1001111 110001

Color Harmonies of #B21ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ADE

Black with #B21ADE

Text Example


Text Example

White with #B21ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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