Html Css Color HEX #B982BD East Side

📋 copy color: '#B982BD'

red 185 ◦ green 130 ◦ blue 189

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

Shades of East Side #B982BD

Tints of East Side #B982BD

RGB

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

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

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

R = 36.71%
G = 25.79%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B982BD (or 0xB982BD) is known color: East Side. HEX triplet: B9, 82 and BD. RGB value is (185,130,189). Sum of RGB (Red+Green+Blue) = 185+130+189=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #B982BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BD is #467D42. Grayscale: #989898. Windows color (decimal): -4619587 or 12419769. OLE color: 12419769.

HSL color Cylindrical-coordinate representation of color #B982BD: hue angle of 295.93º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B982BD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 130 189 -
CMYK 0.02 0.31 0 0.26
HSL 295.93º 0.31% 0.63% -
HSV(B) 295.93º 0.31% 0.74% -
XYZ 37.18 29.95 51.97 -
YUV 153.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 185 130 189 0.02 0.31 0 0.26 295.93 0.31 0.63
Hex B9 82 BD 2 1F 0 1A 128 1F 3F
Octal 271 202 275 2 37 0 32 450 37 77
Binary 10111001 10000010 10111101 10 11111 0 11010 100101000 11111 111111

Color Harmonies of #B982BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982BD

Black with #B982BD

Text Example


Text Example

White with #B982BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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