#B02FB7

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

Shades of Dark Orchid #B02FB7

Tints of Dark Orchid #B02FB7

Color information

#B02FB7 (or 0xB02FB7) is unknown color: approx Dark Orchid. HEX triplet: B0, 2F and B7. RGB value is (176,47,183). Sum of RGB (Red+Green+Blue) = 176+47+183=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #B02FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FB7 is #4FD048. Grayscale: #646464. Windows color (decimal): -5230665 or 12005296. OLE color: 12005296.

HSL color Cylindrical-coordinate representation of color #B02FB7: hue angle of 296.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02FB7 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17647183-
CMYK0.040.7400.28
HSL296.91º59.13%45.1%-
HSV(B)296.91º74.32%71.76%-
XYZ27.4714.6846.19-
YUV101.07174.24181.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=43.35%
G=11.58%
B=45.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176471830.040.7400.28296.9159.1345.1
HexB02FB744A01C1293b2d
Octal2605726741120344517355
Binary10110000101111101101111001001010011100100101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02FB7; }

 p { color: rgb(176,47,183); }

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

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

 a { background-color: rgb(176,47,183); }

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

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

 span { border-color: rgb(176,47,183); }

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