Html Css Color HEX #B982BE East Side

📋 copy color: '#B982BE'

red 185 ◦ green 130 ◦ blue 190

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

Shades of East Side #B982BE

Tints of East Side #B982BE

RGB

 RED value IS 185 (72.66% from 255) = 36.63%

 GREEN value IS 130 (51.17% from 255) = 25.74%

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 36.63%
G = 25.74%
B = 37.62%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B982BE (or 0xB982BE) is known color: East Side. HEX triplet: B9, 82 and BE. RGB value is (185,130,190). Sum of RGB (Red+Green+Blue) = 185+130+190=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #B982BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BE is #467D41. Grayscale: #999999. Windows color (decimal): -4619586 or 12485305. OLE color: 12485305.

HSL color Cylindrical-coordinate representation of color #B982BE: hue angle of 295º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B982BE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 130 190 -
CMYK 0.03 0.32 0 0.25
HSL 295º 0.32% 0.63% -
HSV(B) 295º 0.32% 0.75% -
XYZ 37.28 30 52.54 -
YUV 153.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 185 130 190 0.03 0.32 0 0.25 295 0.32 0.63
Hex B9 82 BE 3 20 0 19 127 20 3F
Octal 271 202 276 3 40 0 31 447 40 77
Binary 10111001 10000010 10111110 11 100000 0 11001 100100111 100000 111111

Color Harmonies of #B982BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982BE

Black with #B982BE

Text Example


Text Example

White with #B982BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982BE; }

 p { color: rgb(185,130,190); }

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

background-color css

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

 a { background-color: rgb(185,130,190); }

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

border-color css

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

 span { border-color: rgb(185,130,190); }

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