Html Css Color HEX #B221B5 Dark Orchid

📋 copy color: '#B221B5'

red 178 ◦ green 33 ◦ blue 181

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

Shades of Dark Orchid #B221B5

Tints of Dark Orchid #B221B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.17%

R = 45.41%
G = 8.42%
B = 46.17%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B221B5 (or 0xB221B5) is known color: Dark Orchid. HEX triplet: B2, 21 and B5. RGB value is (178,33,181). Sum of RGB (Red+Green+Blue) = 178+33+181=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #B221B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221B5 is #4DDE4A. Grayscale: #5C5C5C. Windows color (decimal): -5103179 or 11870642. OLE color: 11870642.

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

Color convert

RGB 178 33 181 -
CMYK 0.02 0.82 0 0.29
HSL 298.78º 0.69% 0.42% -
HSV(B) 298.78º 0.82% 0.71% -
XYZ 27.24 13.89 44.96 -
YUV 93.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 178 33 181 0.02 0.82 0 0.29 298.78 0.69 0.42
Hex B2 21 B5 2 52 0 1D 12B 45 2A
Octal 262 41 265 2 122 0 35 453 105 52
Binary 10110010 100001 10110101 10 1010010 0 11101 100101011 1000101 101010

Color Harmonies of #B221B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221B5

Black with #B221B5

Text Example


Text Example

White with #B221B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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