Html Css Color HEX #B983B3 London Hue

📋 copy color: '#B983B3'

red 185 ◦ green 131 ◦ blue 179

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

Shades of London Hue #B983B3

Tints of London Hue #B983B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 37.37%
G = 26.46%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B983B3 (or 0xB983B3) is known color: London Hue. HEX triplet: B9, 83 and B3. RGB value is (185,131,179). Sum of RGB (Red+Green+Blue) = 185+131+179=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B3 is #467C4C. Grayscale: #989898. Windows color (decimal): -4619341 or 11764665. OLE color: 11764665.

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

Color convert

RGB 185 131 179 -
CMYK 0 0.29 0.03 0.27
HSL 306.67º 0.28% 0.62% -
HSV(B) 306.67º 0.29% 0.73% -
XYZ 36.26 29.8 46.49 -
YUV 152.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 185 131 179 0 0.29 0.03 0.27 306.67 0.28 0.62
Hex B9 83 B3 0 1D 3 1B 133 1C 3E
Octal 271 203 263 0 35 3 33 463 34 76
Binary 10111001 10000011 10110011 0 11101 11 11011 100110011 11100 111110

Color Harmonies of #B983B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983B3

Black with #B983B3

Text Example


Text Example

White with #B983B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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