Html Css Color HEX #B21AD0 Dark Orchid

📋 copy color: '#B21AD0'

red 178 ◦ green 26 ◦ blue 208

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

Shades of Dark Orchid #B21AD0

Tints of Dark Orchid #B21AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.49%

R = 43.2%
G = 6.31%
B = 50.49%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B21AD0 (or 0xB21AD0) is known color: Dark Orchid. HEX triplet: B2, 1A and D0. RGB value is (178,26,208). Sum of RGB (Red+Green+Blue) = 178+26+208=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #B21AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21AD0 is #4DE52F. Grayscale: #5B5B5B. Windows color (decimal): -5104944 or 13638322. OLE color: 13638322.

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

Color convert

RGB 178 26 208 -
CMYK 0.14 0.88 0 0.18
HSL 290.11º 0.78% 0.46% -
HSV(B) 290.11º 0.88% 0.82% -
XYZ 30.11 14.76 60.94 -
YUV 92.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 178 26 208 0.14 0.88 0 0.18 290.11 0.78 0.46
Hex B2 1A D0 E 58 0 12 122 4E 2E
Octal 262 32 320 16 130 0 22 442 116 56
Binary 10110010 11010 11010000 1110 1011000 0 10010 100100010 1001110 101110

Color Harmonies of #B21AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21AD0

Black with #B21AD0

Text Example


Text Example

White with #B21AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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