Html Css Color HEX #B58FB9 London Hue

📋 copy color: '#B58FB9'

red 181 ◦ green 143 ◦ blue 185

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

Shades of London Hue #B58FB9

Tints of London Hue #B58FB9

RGB

 RED value IS 181 (71.09% from 255) = 35.56%

 GREEN value IS 143 (56.25% from 255) = 28.09%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 35.56%
G = 28.09%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B58FB9 (or 0xB58FB9) is known color: London Hue. HEX triplet: B5, 8F and B9. RGB value is (181,143,185). Sum of RGB (Red+Green+Blue) = 181+143+185=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #B58FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FB9 is #4A7046. Grayscale: #9F9F9F. Windows color (decimal): -4878407 or 12160949. OLE color: 12160949.

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

Color convert

RGB 181 143 185 -
CMYK 0.02 0.23 0 0.27
HSL 294.29º 0.23% 0.64% -
HSV(B) 294.29º 0.23% 0.73% -
XYZ 37.64 32.97 50.28 -
YUV 159.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 181 143 185 0.02 0.23 0 0.27 294.29 0.23 0.64
Hex B5 8F B9 2 17 0 1B 126 17 40
Octal 265 217 271 2 27 0 33 446 27 100
Binary 10110101 10001111 10111001 10 10111 0 11011 100100110 10111 1000000

Color Harmonies of #B58FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FB9

Black with #B58FB9

Text Example


Text Example

White with #B58FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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