Html Css Color HEX #B58FB7 London Hue

📋 copy color: '#B58FB7'

red 181 ◦ green 143 ◦ blue 183

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

Shades of London Hue #B58FB7

Tints of London Hue #B58FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 35.7%
G = 28.21%
B = 36.09%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B58FB7 (or 0xB58FB7) is known color: London Hue. HEX triplet: B5, 8F and B7. RGB value is (181,143,183). Sum of RGB (Red+Green+Blue) = 181+143+183=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: blue. Hex color #B58FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FB7 is #4A7048. Grayscale: #9E9E9E. Windows color (decimal): -4878409 or 12029877. OLE color: 12029877.

HSL color Cylindrical-coordinate representation of color #B58FB7: hue angle of 297º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58FB7 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 143 183 -
CMYK 0.01 0.22 0 0.28
HSL 297º 0.22% 0.64% -
HSV(B) 297º 0.22% 0.72% -
XYZ 37.43 32.89 49.18 -
YUV 158.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 181 143 183 0.01 0.22 0 0.28 297 0.22 0.64
Hex B5 8F B7 1 16 0 1C 129 16 40
Octal 265 217 267 1 26 0 34 451 26 100
Binary 10110101 10001111 10110111 1 10110 0 11100 100101001 10110 1000000

Color Harmonies of #B58FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FB7

Black with #B58FB7

Text Example


Text Example

White with #B58FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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