Html Css Color HEX #B221BF Dark Orchid

📋 copy color: '#B221BF'

red 178 ◦ green 33 ◦ blue 191

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

Shades of Dark Orchid #B221BF

Tints of Dark Orchid #B221BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 44.28%
G = 8.21%
B = 47.51%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B221BF (or 0xB221BF) is known color: Dark Orchid. HEX triplet: B2, 21 and BF. RGB value is (178,33,191). Sum of RGB (Red+Green+Blue) = 178+33+191=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #B221BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221BF is #4DDE40. Grayscale: #5D5D5D. Windows color (decimal): -5103169 or 12526002. OLE color: 12526002.

HSL color Cylindrical-coordinate representation of color #B221BF: hue angle of 295.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B221BF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 33 191 -
CMYK 0.07 0.83 0 0.25
HSL 295.06º 0.71% 0.44% -
HSV(B) 295.06º 0.83% 0.75% -
XYZ 28.31 14.31 50.56 -
YUV 94.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 178 33 191 0.07 0.83 0 0.25 295.06 0.71 0.44
Hex B2 21 BF 7 53 0 19 127 47 2C
Octal 262 41 277 7 123 0 31 447 107 54
Binary 10110010 100001 10111111 111 1010011 0 11001 100100111 1000111 101100

Color Harmonies of #B221BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221BF

Black with #B221BF

Text Example


Text Example

White with #B221BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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