Html Css Color HEX #B071BB East Side

📋 copy color: '#B071BB'

red 176 ◦ green 113 ◦ blue 187

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

Shades of East Side #B071BB

Tints of East Side #B071BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.74%

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 36.97%
G = 23.74%
B = 39.29%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B071BB (or 0xB071BB) is known color: East Side. HEX triplet: B0, 71 and BB. RGB value is (176,113,187). Sum of RGB (Red+Green+Blue) = 176+113+187=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #B071BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071BB is #4F8E44. Grayscale: #8C8C8C. Windows color (decimal): -5213765 or 12284336. OLE color: 12284336.

HSL color Cylindrical-coordinate representation of color #B071BB: hue angle of 291.08º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B071BB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 113 187 -
CMYK 0.06 0.40 0 0.27
HSL 291.08º 0.35% 0.59% -
HSV(B) 291.08º 0.4% 0.73% -
XYZ 32.78 24.63 50.04 -
YUV 140.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 176 113 187 0.06 0.40 0 0.27 291.08 0.35 0.59
Hex B0 71 BB 6 28 0 1B 123 23 3B
Octal 260 161 273 6 50 0 33 443 43 73
Binary 10110000 1110001 10111011 110 101000 0 11011 100100011 100011 111011

Color Harmonies of #B071BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071BB

Black with #B071BB

Text Example


Text Example

White with #B071BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071BB; }

 p { color: rgb(176,113,187); }

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

background-color css

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

 a { background-color: rgb(176,113,187); }

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

border-color css

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

 span { border-color: rgb(176,113,187); }

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