Html Css Color HEX #B21ACE Dark Orchid

📋 copy color: '#B21ACE'

red 178 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #B21ACE

Tints of Dark Orchid #B21ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 43.41%
G = 6.34%
B = 50.24%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B21ACE (or 0xB21ACE) is known color: Dark Orchid. HEX triplet: B2, 1A and CE. RGB value is (178,26,206). Sum of RGB (Red+Green+Blue) = 178+26+206=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #B21ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ACE is #4DE531. Grayscale: #5B5B5B. Windows color (decimal): -5104946 or 13507250. OLE color: 13507250.

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

Color convert

RGB 178 26 206 -
CMYK 0.14 0.87 0 0.19
HSL 290.67º 0.78% 0.45% -
HSV(B) 290.67º 0.87% 0.81% -
XYZ 29.87 14.66 59.65 -
YUV 91.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 178 26 206 0.14 0.87 0 0.19 290.67 0.78 0.45
Hex B2 1A CE E 57 0 13 123 4E 2D
Octal 262 32 316 16 127 0 23 443 116 55
Binary 10110010 11010 11001110 1110 1010111 0 10011 100100011 1001110 101101

Color Harmonies of #B21ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ACE

Black with #B21ACE

Text Example


Text Example

White with #B21ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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