Html Css Color HEX #B21ACB Dark Orchid

📋 copy color: '#B21ACB'

red 178 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #B21ACB

Tints of Dark Orchid #B21ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 43.73%
G = 6.39%
B = 49.88%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B21ACB (or 0xB21ACB) is known color: Dark Orchid. HEX triplet: B2, 1A and CB. RGB value is (178,26,203). Sum of RGB (Red+Green+Blue) = 178+26+203=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #B21ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ACB is #4DE534. Grayscale: #5B5B5B. Windows color (decimal): -5104949 or 13310642. OLE color: 13310642.

HSL color Cylindrical-coordinate representation of color #B21ACB: hue angle of 291.53º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21ACB is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 26 203 -
CMYK 0.12 0.87 0 0.20
HSL 291.53º 0.77% 0.45% -
HSV(B) 291.53º 0.87% 0.8% -
XYZ 29.51 14.52 57.75 -
YUV 91.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 178 26 203 0.12 0.87 0 0.20 291.53 0.77 0.45
Hex B2 1A CB C 57 0 14 124 4D 2D
Octal 262 32 313 14 127 0 24 444 115 55
Binary 10110010 11010 11001011 1100 1010111 0 10100 100100100 1001101 101101

Color Harmonies of #B21ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ACB

Black with #B21ACB

Text Example


Text Example

White with #B21ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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