Html Css Color HEX #B97FB8 London Hue

📋 copy color: '#B97FB8'

red 185 ◦ green 127 ◦ blue 184

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

Shades of London Hue #B97FB8

Tints of London Hue #B97FB8

RGB

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

 GREEN value IS 127 (50% from 255) = 25.6%

 BLUE value IS 184 (72.27% from 255) = 37.1%

R = 37.3%
G = 25.6%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B97FB8 (or 0xB97FB8) is known color: London Hue. HEX triplet: B9, 7F and B8. RGB value is (185,127,184). Sum of RGB (Red+Green+Blue) = 185+127+184=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FB8 is #468047. Grayscale: #969696. Windows color (decimal): -4620360 or 12091321. OLE color: 12091321.

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

Color convert

RGB 185 127 184 -
CMYK 0 0.31 0.01 0.27
HSL 301.03º 0.29% 0.61% -
HSV(B) 301.03º 0.31% 0.73% -
XYZ 36.25 28.95 49.03 -
YUV 150.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 185 127 184 0 0.31 0.01 0.27 301.03 0.29 0.61
Hex B9 7F B8 0 1F 1 1B 12D 1D 3D
Octal 271 177 270 0 37 1 33 455 35 75
Binary 10111001 1111111 10111000 0 11111 1 11011 100101101 11101 111101

Color Harmonies of #B97FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FB8

Black with #B97FB8

Text Example


Text Example

White with #B97FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FB8; }

 p { color: rgb(185,127,184); }

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

background-color css

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

 a { background-color: rgb(185,127,184); }

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

border-color css

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

 span { border-color: rgb(185,127,184); }

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