#B22FBC

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

Shades of Dark Orchid #B22FBC

Tints of Dark Orchid #B22FBC

Color information

#B22FBC (or 0xB22FBC) is unknown color: approx Dark Orchid. HEX triplet: B2, 2F and BC. RGB value is (178,47,188). Sum of RGB (Red+Green+Blue) = 178+47+188=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #B22FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22FBC is #4DD043. Grayscale: #656565. Windows color (decimal): -5099588 or 12332978. OLE color: 12332978.

HSL color Cylindrical-coordinate representation of color #B22FBC: hue angle of 295.74º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22FBC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17847188-
CMYK0.050.7500.26
HSL295.74º60%46.08%-
HSV(B)295.74º75%73.73%-
XYZ28.4515.1349-
YUV102.24176.4182.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 47 (18.75% from 255) = 11.38%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=43.10%
G=11.38%
B=45.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178471880.050.7500.26295.746046.08
HexB22FBC54B01A1283c2e
Octal2625727451130324507456
Binary10110010101111101111001011001011011010100101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22FBC; }

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

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

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

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

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

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

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

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