Html Css Color HEX #B984BD London Hue

📋 copy color: '#B984BD'

red 185 ◦ green 132 ◦ blue 189

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

Shades of London Hue #B984BD

Tints of London Hue #B984BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 36.56%
G = 26.09%
B = 37.35%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B984BD (or 0xB984BD) is known color: London Hue. HEX triplet: B9, 84 and BD. RGB value is (185,132,189). Sum of RGB (Red+Green+Blue) = 185+132+189=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #B984BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984BD is #467B42. Grayscale: #9A9A9A. Windows color (decimal): -4619075 or 12420281. OLE color: 12420281.

HSL color Cylindrical-coordinate representation of color #B984BD: hue angle of 295.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B984BD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 132 189 -
CMYK 0.02 0.30 0 0.26
HSL 295.79º 0.3% 0.63% -
HSV(B) 295.79º 0.3% 0.74% -
XYZ 37.44 30.49 52.06 -
YUV 154.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 185 132 189 0.02 0.30 0 0.26 295.79 0.3 0.63
Hex B9 84 BD 2 1E 0 1A 128 1E 3F
Octal 271 204 275 2 36 0 32 450 36 77
Binary 10111001 10000100 10111101 10 11110 0 11010 100101000 11110 111111

Color Harmonies of #B984BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984BD

Black with #B984BD

Text Example


Text Example

White with #B984BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984BD; }

 p { color: rgb(185,132,189); }

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

background-color css

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

 a { background-color: rgb(185,132,189); }

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

border-color css

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

 span { border-color: rgb(185,132,189); }

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