Html Css Color HEX #B221BC Dark Orchid

📋 copy color: '#B221BC'

red 178 ◦ green 33 ◦ blue 188

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

Shades of Dark Orchid #B221BC

Tints of Dark Orchid #B221BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 44.61%
G = 8.27%
B = 47.12%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B221BC (or 0xB221BC) is known color: Dark Orchid. HEX triplet: B2, 21 and BC. RGB value is (178,33,188). Sum of RGB (Red+Green+Blue) = 178+33+188=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #B221BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221BC is #4DDE43. Grayscale: #5D5D5D. Windows color (decimal): -5103172 or 12329394. OLE color: 12329394.

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

Color convert

RGB 178 33 188 -
CMYK 0.05 0.82 0 0.26
HSL 296.13º 0.7% 0.43% -
HSV(B) 296.13º 0.82% 0.74% -
XYZ 27.98 14.18 48.84 -
YUV 94.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 178 33 188 0.05 0.82 0 0.26 296.13 0.7 0.43
Hex B2 21 BC 5 52 0 1A 128 46 2B
Octal 262 41 274 5 122 0 32 450 106 53
Binary 10110010 100001 10111100 101 1010010 0 11010 100101000 1000110 101011

Color Harmonies of #B221BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221BC

Black with #B221BC

Text Example


Text Example

White with #B221BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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