Html Css Color HEX #B185D1 East Side

📋 copy color: '#B185D1'

red 177 ◦ green 133 ◦ blue 209

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

Shades of East Side #B185D1

Tints of East Side #B185D1

RGB

 RED value IS 177 (69.53% from 255) = 34.1%

 GREEN value IS 133 (52.34% from 255) = 25.63%

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 34.1%
G = 25.63%
B = 40.27%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B185D1 (or 0xB185D1) is known color: East Side. HEX triplet: B1, 85 and D1. RGB value is (177,133,209). Sum of RGB (Red+Green+Blue) = 177+133+209=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #B185D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185D1 is #4E7A2E. Grayscale: #9A9A9A. Windows color (decimal): -5143087 or 13731249. OLE color: 13731249.

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

Color convert

RGB 177 133 209 -
CMYK 0.15 0.36 0 0.18
HSL 274.74º 0.45% 0.67% -
HSV(B) 274.74º 0.36% 0.82% -
XYZ 38.03 30.73 64.25 -
YUV 154.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 177 133 209 0.15 0.36 0 0.18 274.74 0.45 0.67
Hex B1 85 D1 F 24 0 12 113 2D 43
Octal 261 205 321 17 44 0 22 423 55 103
Binary 10110001 10000101 11010001 1111 100100 0 10010 100010011 101101 1000011

Color Harmonies of #B185D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185D1

Black with #B185D1

Text Example


Text Example

White with #B185D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185D1; }

 p { color: rgb(177,133,209); }

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

background-color css

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

 a { background-color: rgb(177,133,209); }

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

border-color css

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

 span { border-color: rgb(177,133,209); }

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