Html Css Color HEX #B070BD East Side

📋 copy color: '#B070BD'

red 176 ◦ green 112 ◦ blue 189

#B070BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B070BD

Tints of East Side #B070BD

RGB

 RED value IS 176 (69.14% from 255) = 36.9%

 GREEN value IS 112 (44.14% from 255) = 23.48%

 BLUE value IS 189 (74.22% from 255) = 39.62%

R = 36.9%
G = 23.48%
B = 39.62%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B070BD (or 0xB070BD) is known color: East Side. HEX triplet: B0, 70 and BD. RGB value is (176,112,189). Sum of RGB (Red+Green+Blue) = 176+112+189=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #B070BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070BD is #4F8F42. Grayscale: #8B8B8B. Windows color (decimal): -5214019 or 12415152. OLE color: 12415152.

HSL color Cylindrical-coordinate representation of color #B070BD: hue angle of 289.87º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B070BD is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 112 189 -
CMYK 0.07 0.41 0 0.26
HSL 289.87º 0.37% 0.59% -
HSV(B) 289.87º 0.41% 0.74% -
XYZ 32.88 24.49 51.14 -
YUV 139.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 176 112 189 0.07 0.41 0 0.26 289.87 0.37 0.59
Hex B0 70 BD 7 29 0 1A 122 25 3B
Octal 260 160 275 7 51 0 32 442 45 73
Binary 10110000 1110000 10111101 111 101001 0 11010 100100010 100101 111011

Color Harmonies of #B070BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070BD

Black with #B070BD

Text Example


Text Example

White with #B070BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070BD; }

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

 H1.HeaderClassName
 {
   color: #B070BD;
 }
 .AnyTagClassName
 {
   color: #B070BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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