#B221B1

Color #B221B1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B221B1

Tints of Dark Orchid #B221B1

Color information

#B221B1 (or 0xB221B1) is unknown color: approx Dark Orchid. HEX triplet: B2, 21 and B1. RGB value is (178,33,177). Sum of RGB (Red+Green+Blue) = 178+33+177=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B221B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B221B1 is #4DDE4E. Grayscale: #5C5C5C. Windows color (decimal): -5103183 or 11608498. OLE color: 11608498.

HSL color Cylindrical-coordinate representation of color #B221B1: hue angle of 300.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B221B1 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17833177-
CMYK00.810.010.30
HSL300.41º68.72%41.37%-
HSV(B)300.41º81.46%69.8%-
XYZ26.8413.7342.83-
YUV92.77175.54188.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 33 (13.28% from 255) = 8.51%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=45.88%
G=8.51%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783317700.810.010.30300.4168.7241.37
HexB221B105111E12c4529
Octal26241261012113645410551
Binary1011001010000110110001010100011111101001011001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B221B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B221B1; }

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

 H1.HeaderClassName
 {
   color: #B221B1;
 }
 .AnyTagClassName
 {
   color: #B221B1;
 }
</style>
background-color css

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

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

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

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

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

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