Html Css Color HEX #B594B8 London Hue

📋 copy color: '#B594B8'

red 181 ◦ green 148 ◦ blue 184

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

Shades of London Hue #B594B8

Tints of London Hue #B594B8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 35.28%
G = 28.85%
B = 35.87%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B594B8 (or 0xB594B8) is known color: London Hue. HEX triplet: B5, 94 and B8. RGB value is (181,148,184). Sum of RGB (Red+Green+Blue) = 181+148+184=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 184 - color contains mainly: blue. Hex color #B594B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594B8 is #4A6B47. Grayscale: #A1A1A1. Windows color (decimal): -4877128 or 12096693. OLE color: 12096693.

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

Color convert

RGB 181 148 184 -
CMYK 0.02 0.20 0 0.28
HSL 295º 0.2% 0.65% -
HSV(B) 295º 0.2% 0.72% -
XYZ 38.3 34.46 49.98 -
YUV 161.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 181 148 184 0.02 0.20 0 0.28 295 0.2 0.65
Hex B5 94 B8 2 14 0 1C 127 14 41
Octal 265 224 270 2 24 0 34 447 24 101
Binary 10110101 10010100 10111000 10 10100 0 11100 100100111 10100 1000001

Color Harmonies of #B594B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594B8

Black with #B594B8

Text Example


Text Example

White with #B594B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594B8; }

 p { color: rgb(181,148,184); }

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

background-color css

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

 a { background-color: rgb(181,148,184); }

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

border-color css

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

 span { border-color: rgb(181,148,184); }

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