Html Css Color HEX #B983B5 London Hue

📋 copy color: '#B983B5'

red 185 ◦ green 131 ◦ blue 181

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

Shades of London Hue #B983B5

Tints of London Hue #B983B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 37.22%
G = 26.36%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B983B5 (or 0xB983B5) is known color: London Hue. HEX triplet: B9, 83 and B5. RGB value is (185,131,181). Sum of RGB (Red+Green+Blue) = 185+131+181=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B5 is #467C4A. Grayscale: #989898. Windows color (decimal): -4619339 or 11895737. OLE color: 11895737.

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

Color convert

RGB 185 131 181 -
CMYK 0 0.29 0.02 0.27
HSL 304.44º 0.28% 0.62% -
HSV(B) 304.44º 0.29% 0.73% -
XYZ 36.46 29.88 47.56 -
YUV 152.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 185 131 181 0 0.29 0.02 0.27 304.44 0.28 0.62
Hex B9 83 B5 0 1D 2 1B 130 1C 3E
Octal 271 203 265 0 35 2 33 460 34 76
Binary 10111001 10000011 10110101 0 11101 10 11011 100110000 11100 111110

Color Harmonies of #B983B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983B5

Black with #B983B5

Text Example


Text Example

White with #B983B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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