Html Css Color HEX #B221BA Dark Orchid

📋 copy color: '#B221BA'

red 178 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #B221BA

Tints of Dark Orchid #B221BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.31%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 44.84%
G = 8.31%
B = 46.85%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B221BA (or 0xB221BA) is known color: Dark Orchid. HEX triplet: B2, 21 and BA. RGB value is (178,33,186). Sum of RGB (Red+Green+Blue) = 178+33+186=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #B221BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221BA is #4DDE45. Grayscale: #5D5D5D. Windows color (decimal): -5103174 or 12198322. OLE color: 12198322.

HSL color Cylindrical-coordinate representation of color #B221BA: hue angle of 296.86º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B221BA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 33 186 -
CMYK 0.04 0.82 0 0.27
HSL 296.86º 0.7% 0.43% -
HSV(B) 296.86º 0.82% 0.73% -
XYZ 27.77 14.1 47.71 -
YUV 93.8 180.04 188.06 -
System Red Green Blue C M Y K H S L
Decimal 178 33 186 0.04 0.82 0 0.27 296.86 0.7 0.43
Hex B2 21 BA 4 52 0 1B 129 46 2B
Octal 262 41 272 4 122 0 33 451 106 53
Binary 10110010 100001 10111010 100 1010010 0 11011 100101001 1000110 101011

Color Harmonies of #B221BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221BA

Black with #B221BA

Text Example


Text Example

White with #B221BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221BA; }

 p { color: rgb(178,33,186); }

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

background-color css

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

 a { background-color: rgb(178,33,186); }

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

border-color css

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

 span { border-color: rgb(178,33,186); }

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