Html Css Color HEX #B983BB London Hue

📋 copy color: '#B983BB'

red 185 ◦ green 131 ◦ blue 187

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

Shades of London Hue #B983BB

Tints of London Hue #B983BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.04%

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 36.78%
G = 26.04%
B = 37.18%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B983BB (or 0xB983BB) is known color: London Hue. HEX triplet: B9, 83 and BB. RGB value is (185,131,187). Sum of RGB (Red+Green+Blue) = 185+131+187=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B983BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983BB is #467C44. Grayscale: #999999. Windows color (decimal): -4619333 or 12288953. OLE color: 12288953.

HSL color Cylindrical-coordinate representation of color #B983BB: hue angle of 297.86º degrees, saturation: 0.29, 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 #B983BB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 187 -
CMYK 0.01 0.30 0 0.27
HSL 297.86º 0.29% 0.62% -
HSV(B) 297.86º 0.3% 0.73% -
XYZ 37.09 30.13 50.88 -
YUV 153.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 185 131 187 0.01 0.30 0 0.27 297.86 0.29 0.62
Hex B9 83 BB 1 1E 0 1B 12A 1D 3E
Octal 271 203 273 1 36 0 33 452 35 76
Binary 10111001 10000011 10111011 1 11110 0 11011 100101010 11101 111110

Color Harmonies of #B983BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983BB

Black with #B983BB

Text Example


Text Example

White with #B983BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983BB; }

 p { color: rgb(185,131,187); }

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

background-color css

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

 a { background-color: rgb(185,131,187); }

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

border-color css

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

 span { border-color: rgb(185,131,187); }

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