Html Css Color HEX #B695B1 London Hue

📋 copy color: '#B695B1'

red 182 ◦ green 149 ◦ blue 177

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

Shades of London Hue #B695B1

Tints of London Hue #B695B1

RGB

 RED value IS 182 (71.48% from 255) = 35.83%

 GREEN value IS 149 (58.59% from 255) = 29.33%

 BLUE value IS 177 (69.53% from 255) = 34.84%

R = 35.83%
G = 29.33%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B695B1 (or 0xB695B1) is known color: London Hue. HEX triplet: B6, 95 and B1. RGB value is (182,149,177). Sum of RGB (Red+Green+Blue) = 182+149+177=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B695B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B695B1 is #496A4E. Grayscale: #A1A1A1. Windows color (decimal): -4811343 or 11638198. OLE color: 11638198.

HSL color Cylindrical-coordinate representation of color #B695B1: hue angle of 309.09º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B695B1 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 177 -
CMYK 0 0.18 0.03 0.29
HSL 309.09º 0.18% 0.65% -
HSV(B) 309.09º 0.18% 0.71% -
XYZ 37.97 34.61 46.27 -
YUV 162.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 182 149 177 0 0.18 0.03 0.29 309.09 0.18 0.65
Hex B6 95 B1 0 12 3 1D 135 12 41
Octal 266 225 261 0 22 3 35 465 22 101
Binary 10110110 10010101 10110001 0 10010 11 11101 100110101 10010 1000001

Color Harmonies of #B695B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695B1

Black with #B695B1

Text Example


Text Example

White with #B695B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695B1; }

 p { color: rgb(182,149,177); }

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

background-color css

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

 a { background-color: rgb(182,149,177); }

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

border-color css

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

 span { border-color: rgb(182,149,177); }

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