#B070C4

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

Shades of East Side #B070C4

Tints of East Side #B070C4

Color information

#B070C4 (or 0xB070C4) is unknown color: approx East Side. HEX triplet: B0, 70 and C4. RGB value is (176,112,196). Sum of RGB (Red+Green+Blue) = 176+112+196=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #B070C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070C4 is #4F8F3B. Grayscale: #8C8C8C. Windows color (decimal): -5214012 or 12873904. OLE color: 12873904.

HSL color Cylindrical-coordinate representation of color #B070C4: hue angle of 285.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B070C4 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176112196-
CMYK0.100.4300.23
HSL285.71º41.58%60.39%-
HSV(B)285.71º42.86%76.86%-
XYZ33.6624.855.24-
YUV140.71159.2153.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=36.36%
G=23.14%
B=40.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761121960.100.4300.23285.7141.5860.39
HexB070C4A2B01711e2a3c
Octal26016030412530274365274
Binary101100001110000110001001010101011010111100011110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B070C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B070C4; }

 p { color: rgb(176,112,196); }

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

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

 a { background-color: rgb(176,112,196); }

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

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

 span { border-color: rgb(176,112,196); }

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