Html Css Color HEX #B591B2 London Hue

📋 copy color: '#B591B2'

red 181 ◦ green 145 ◦ blue 178

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

Shades of London Hue #B591B2

Tints of London Hue #B591B2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.77%

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 35.91%
G = 28.77%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B591B2 (or 0xB591B2) is known color: London Hue. HEX triplet: B5, 91 and B2. RGB value is (181,145,178). Sum of RGB (Red+Green+Blue) = 181+145+178=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B591B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B591B2 is #4A6E4D. Grayscale: #9F9F9F. Windows color (decimal): -4877902 or 11702709. OLE color: 11702709.

HSL color Cylindrical-coordinate representation of color #B591B2: hue angle of 305º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B591B2 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 178 -
CMYK 0 0.20 0.02 0.29
HSL 305º 0.2% 0.64% -
HSV(B) 305º 0.2% 0.71% -
XYZ 37.22 33.29 46.58 -
YUV 159.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 181 145 178 0 0.20 0.02 0.29 305 0.2 0.64
Hex B5 91 B2 0 14 2 1D 131 14 40
Octal 265 221 262 0 24 2 35 461 24 100
Binary 10110101 10010001 10110010 0 10100 10 11101 100110001 10100 1000000

Color Harmonies of #B591B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B591B2

Black with #B591B2

Text Example


Text Example

White with #B591B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B591B2; }

 p { color: rgb(181,145,178); }

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

background-color css

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

 a { background-color: rgb(181,145,178); }

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

border-color css

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

 span { border-color: rgb(181,145,178); }

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