#B072BE

Color #B072BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B072BE

Tints of East Side #B072BE

Color information

#B072BE (or 0xB072BE) is unknown color: approx East Side. HEX triplet: B0, 72 and BE. RGB value is (176,114,190). Sum of RGB (Red+Green+Blue) = 176+114+190=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #B072BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072BE is #4F8D41. Grayscale: #8C8C8C. Windows color (decimal): -5213506 or 12481200. OLE color: 12481200.

HSL color Cylindrical-coordinate representation of color #B072BE: hue angle of 288.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B072BE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176114190-
CMYK0.070.4000.25
HSL288.95º36.89%59.61%-
HSV(B)288.95º40%74.51%-
XYZ33.2224.9851.79-
YUV141.2155.54152.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=36.67%
G=23.75%
B=39.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761141900.070.4000.25288.9536.8959.61
HexB072BE728019121253c
Octal2601622767500314414574
Binary10110000111001010111110111101000011001100100001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B072BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B072BE; }

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

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

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

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

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

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

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

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