Html Css Color HEX #B082B9 East Side

📋 copy color: '#B082B9'

red 176 ◦ green 130 ◦ blue 185

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

Shades of East Side #B082B9

Tints of East Side #B082B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 35.85%
G = 26.48%
B = 37.68%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B082B9 (or 0xB082B9) is known color: East Side. HEX triplet: B0, 82 and B9. RGB value is (176,130,185). Sum of RGB (Red+Green+Blue) = 176+130+185=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #B082B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082B9 is #4F7D46. Grayscale: #959595. Windows color (decimal): -5209415 or 12157616. OLE color: 12157616.

HSL color Cylindrical-coordinate representation of color #B082B9: hue angle of 290.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B082B9 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 130 185 -
CMYK 0.05 0.30 0 0.27
HSL 290.18º 0.28% 0.62% -
HSV(B) 290.18º 0.3% 0.73% -
XYZ 34.64 28.7 49.61 -
YUV 150.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 176 130 185 0.05 0.30 0 0.27 290.18 0.28 0.62
Hex B0 82 B9 5 1E 0 1B 122 1C 3E
Octal 260 202 271 5 36 0 33 442 34 76
Binary 10110000 10000010 10111001 101 11110 0 11011 100100010 11100 111110

Color Harmonies of #B082B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082B9

Black with #B082B9

Text Example


Text Example

White with #B082B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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