Html Css Color HEX #B087D0 East Side

📋 copy color: '#B087D0'

red 176 ◦ green 135 ◦ blue 208

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

Shades of East Side #B087D0

Tints of East Side #B087D0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.01%

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 33.91%
G = 26.01%
B = 40.08%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B087D0 (or 0xB087D0) is known color: East Side. HEX triplet: B0, 87 and D0. RGB value is (176,135,208). Sum of RGB (Red+Green+Blue) = 176+135+208=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #B087D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087D0 is #4F782F. Grayscale: #9B9B9B. Windows color (decimal): -5208112 or 13666224. OLE color: 13666224.

HSL color Cylindrical-coordinate representation of color #B087D0: hue angle of 273.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B087D0 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 135 208 -
CMYK 0.15 0.35 0 0.18
HSL 273.7º 0.44% 0.67% -
HSV(B) 273.7º 0.35% 0.82% -
XYZ 37.95 31.11 63.68 -
YUV 155.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 176 135 208 0.15 0.35 0 0.18 273.7 0.44 0.67
Hex B0 87 D0 F 23 0 12 112 2C 43
Octal 260 207 320 17 43 0 22 422 54 103
Binary 10110000 10000111 11010000 1111 100011 0 10010 100010010 101100 1000011

Color Harmonies of #B087D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087D0

Black with #B087D0

Text Example


Text Example

White with #B087D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087D0; }

 p { color: rgb(176,135,208); }

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

background-color css

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

 a { background-color: rgb(176,135,208); }

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

border-color css

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

 span { border-color: rgb(176,135,208); }

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