#B02EB3

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

Shades of Dark Orchid #B02EB3

Tints of Dark Orchid #B02EB3

Color information

#B02EB3 (or 0xB02EB3) is unknown color: approx Dark Orchid. HEX triplet: B0, 2E and B3. RGB value is (176,46,179). Sum of RGB (Red+Green+Blue) = 176+46+179=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #B02EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EB3 is #4FD14C. Grayscale: #636363. Windows color (decimal): -5230925 or 11742896. OLE color: 11742896.

HSL color Cylindrical-coordinate representation of color #B02EB3: hue angle of 298.65º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02EB3 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17646179-
CMYK0.020.7400.30
HSL298.65º59.11%44.12%-
HSV(B)298.65º74.3%70.2%-
XYZ27.0214.4444.01-
YUV100.03172.57182.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 46 (18.36% from 255) = 11.47%
BLUE value IS 179 (70.31% from 255) = 44.64%
R=43.89%
G=11.47%
B=44.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176461790.020.7400.30298.6559.1144.12
HexB02EB324A01E12b3b2c
Octal2605626321120364537354
Binary1011000010111010110011101001010011110100101011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02EB3; }

 p { color: rgb(176,46,179); }

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

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

 a { background-color: rgb(176,46,179); }

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

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

 span { border-color: rgb(176,46,179); }

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