Html Css Color HEX #B221B7 Dark Orchid

📋 copy color: '#B221B7'

red 178 ◦ green 33 ◦ blue 183

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

Shades of Dark Orchid #B221B7

Tints of Dark Orchid #B221B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.45%

R = 45.18%
G = 8.38%
B = 46.45%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B221B7 (or 0xB221B7) is known color: Dark Orchid. HEX triplet: B2, 21 and B7. RGB value is (178,33,183). Sum of RGB (Red+Green+Blue) = 178+33+183=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #B221B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221B7 is #4DDE48. Grayscale: #5D5D5D. Windows color (decimal): -5103177 or 12001714. OLE color: 12001714.

HSL color Cylindrical-coordinate representation of color #B221B7: hue angle of 298º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B221B7 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 33 183 -
CMYK 0.03 0.82 0 0.28
HSL 298º 0.69% 0.42% -
HSV(B) 298º 0.82% 0.72% -
XYZ 27.45 13.97 46.05 -
YUV 93.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 178 33 183 0.03 0.82 0 0.28 298 0.69 0.42
Hex B2 21 B7 3 52 0 1C 12A 45 2A
Octal 262 41 267 3 122 0 34 452 105 52
Binary 10110010 100001 10110111 11 1010010 0 11100 100101010 1000101 101010

Color Harmonies of #B221B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221B7

Black with #B221B7

Text Example


Text Example

White with #B221B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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