Html Css Color HEX #B983BA London Hue

📋 copy color: '#B983BA'

red 185 ◦ green 131 ◦ blue 186

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

Shades of London Hue #B983BA

Tints of London Hue #B983BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 36.85%
G = 26.1%
B = 37.05%

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

#B983BA (or 0xB983BA) is known color: London Hue. HEX triplet: B9, 83 and BA. RGB value is (185,131,186). Sum of RGB (Red+Green+Blue) = 185+131+186=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B983BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983BA is #467C45. Grayscale: #999999. Windows color (decimal): -4619334 or 12223417. OLE color: 12223417.

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

Color convert

RGB 185 131 186 -
CMYK 0.01 0.30 0 0.27
HSL 298.91º 0.28% 0.62% -
HSV(B) 298.91º 0.3% 0.73% -
XYZ 36.99 30.09 50.31 -
YUV 153.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 185 131 186 0.01 0.30 0 0.27 298.91 0.28 0.62
Hex B9 83 BA 1 1E 0 1B 12B 1C 3E
Octal 271 203 272 1 36 0 33 453 34 76
Binary 10111001 10000011 10111010 1 11110 0 11011 100101011 11100 111110

Color Harmonies of #B983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983BA

Black with #B983BA

Text Example


Text Example

White with #B983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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