Html Css Color HEX #B396B1 London Hue

📋 copy color: '#B396B1'

red 179 ◦ green 150 ◦ blue 177

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

Shades of London Hue #B396B1

Tints of London Hue #B396B1

RGB

 RED value IS 179 (70.31% from 255) = 35.38%

 GREEN value IS 150 (58.98% from 255) = 29.64%

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

R = 35.38%
G = 29.64%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B396B1 (or 0xB396B1) is known color: London Hue. HEX triplet: B3, 96 and B1. RGB value is (179,150,177). Sum of RGB (Red+Green+Blue) = 179+150+177=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B396B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B396B1 is #4C694E. Grayscale: #A1A1A1. Windows color (decimal): -5007695 or 11638451. OLE color: 11638451.

HSL color Cylindrical-coordinate representation of color #B396B1: hue angle of 304.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B396B1 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 177 -
CMYK 0 0.16 0.01 0.30
HSL 304.14º 0.16% 0.65% -
HSV(B) 304.14º 0.16% 0.7% -
XYZ 37.43 34.57 46.29 -
YUV 161.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 179 150 177 0 0.16 0.01 0.30 304.14 0.16 0.65
Hex B3 96 B1 0 10 1 1E 130 10 41
Octal 263 226 261 0 20 1 36 460 20 101
Binary 10110011 10010110 10110001 0 10000 1 11110 100110000 10000 1000001

Color Harmonies of #B396B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396B1

Black with #B396B1

Text Example


Text Example

White with #B396B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396B1; }

 p { color: rgb(179,150,177); }

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

background-color css

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

 a { background-color: rgb(179,150,177); }

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

border-color css

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

 span { border-color: rgb(179,150,177); }

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