#B221E3

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

Shades of Dark Orchid #B221E3

Tints of Dark Orchid #B221E3

Color information

#B221E3 (or 0xB221E3) is unknown color: approx Dark Orchid. HEX triplet: B2, 21 and E3. RGB value is (178,33,227). Sum of RGB (Red+Green+Blue) = 178+33+227=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #B221E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221E3 is #4DDE1C. Grayscale: #616161. Windows color (decimal): -5103133 or 14885298. OLE color: 14885298.

HSL color Cylindrical-coordinate representation of color #B221E3: hue angle of 284.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B221E3 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17833227-
CMYK0.220.8500.11
HSL284.85º77.6%50.98%-
HSV(B)284.85º85.46%89.02%-
XYZ32.7716.174.05-
YUV98.47200.54184.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 33 (13.28% from 255) = 7.53%
BLUE value IS 227 (89.06% from 255) = 51.83%
R=40.64%
G=7.53%
B=51.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178332270.220.8500.11284.8577.650.98
HexB221E316550B11d4e33
Octal262413432612501343511663
Binary1011001010000111100011101101010101010111000111011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B221E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B221E3; }

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

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

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

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

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

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

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

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