#B22FEB

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

Shades of Dark Orchid #B22FEB

Tints of Dark Orchid #B22FEB

Color information

#B22FEB (or 0xB22FEB) is unknown color: approx Dark Orchid. HEX triplet: B2, 2F and EB. RGB value is (178,47,235). Sum of RGB (Red+Green+Blue) = 178+47+235=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #B22FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22FEB is #4DD014. Grayscale: #6A6A6A. Windows color (decimal): -5099541 or 15413170. OLE color: 15413170.

HSL color Cylindrical-coordinate representation of color #B22FEB: hue angle of 281.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22FEB is Cyan = 0.24, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17847235-
CMYK0.240.800.08
HSL281.81º82.46%55.29%-
HSV(B)281.81º80%92.16%-
XYZ34.3717.580.16-
YUV107.6199.9178.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 47 (18.75% from 255) = 10.22%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=38.70%
G=10.22%
B=51.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal178472350.240.800.08281.8182.4655.29
HexB22FEB18500811a5237
Octal262573533012001043212267
Binary1011001010111111101011110001010000010001000110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22FEB; }

 p { color: rgb(178,47,235); }

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

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

 a { background-color: rgb(178,47,235); }

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

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

 span { border-color: rgb(178,47,235); }

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