#B02EBE

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

Shades of Dark Orchid #B02EBE

Tints of Dark Orchid #B02EBE

Color information

#B02EBE (or 0xB02EBE) is unknown color: approx Dark Orchid. HEX triplet: B0, 2E and BE. RGB value is (176,46,190). Sum of RGB (Red+Green+Blue) = 176+46+190=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #B02EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EBE is #4FD141. Grayscale: #646464. Windows color (decimal): -5230914 or 12463792. OLE color: 12463792.

HSL color Cylindrical-coordinate representation of color #B02EBE: hue angle of 294.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02EBE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17646190-
CMYK0.070.7600.25
HSL294.17º61.02%46.27%-
HSV(B)294.17º75.79%74.51%-
XYZ28.1814.950.11-
YUV101.29178.07181.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 46 (18.36% from 255) = 11.17%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=42.72%
G=11.17%
B=46.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176461900.070.7600.25294.1761.0246.27
HexB02EBE74C0191263d2e
Octal2605627671140314467556
Binary10110000101110101111101111001100011001100100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02EBE; }

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

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

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

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

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

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

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

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