Html Css Color HEX #B396B3 London Hue

📋 copy color: '#B396B3'

red 179 ◦ green 150 ◦ blue 179

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

Shades of London Hue #B396B3

Tints of London Hue #B396B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 35.24%
G = 29.53%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B396B3 (or 0xB396B3) is known color: London Hue. HEX triplet: B3, 96 and B3. RGB value is (179,150,179). Sum of RGB (Red+Green+Blue) = 179+150+179=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B396B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396B3 is #4C694C. Grayscale: #A1A1A1. Windows color (decimal): -5007693 or 11769523. OLE color: 11769523.

HSL color Cylindrical-coordinate representation of color #B396B3: hue angle of 300º 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 #B396B3 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 179 -
CMYK 0 0.16 0 0.30
HSL 300º 0.16% 0.65% -
HSV(B) 300º 0.16% 0.7% -
XYZ 37.63 34.65 47.35 -
YUV 161.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 179 150 179 0 0.16 0 0.30 300 0.16 0.65
Hex B3 96 B3 0 10 0 1E 12C 10 41
Octal 263 226 263 0 20 0 36 454 20 101
Binary 10110011 10010110 10110011 0 10000 0 11110 100101100 10000 1000001

Color Harmonies of #B396B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396B3

Black with #B396B3

Text Example


Text Example

White with #B396B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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