Html Css Color HEX #B386B6 London Hue

📋 copy color: '#B386B6'

red 179 ◦ green 134 ◦ blue 182

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

Shades of London Hue #B386B6

Tints of London Hue #B386B6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

 BLUE value IS 182 (71.48% from 255) = 36.77%

R = 36.16%
G = 27.07%
B = 36.77%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B386B6 (or 0xB386B6) is known color: London Hue. HEX triplet: B3, 86 and B6. RGB value is (179,134,182). Sum of RGB (Red+Green+Blue) = 179+134+182=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #B386B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386B6 is #4C7949. Grayscale: #989898. Windows color (decimal): -5011786 or 11962035. OLE color: 11962035.

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

Color convert

RGB 179 134 182 -
CMYK 0.02 0.26 0 0.29
HSL 296.25º 0.25% 0.62% -
HSV(B) 296.25º 0.26% 0.71% -
XYZ 35.56 30.01 48.17 -
YUV 152.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 179 134 182 0.02 0.26 0 0.29 296.25 0.25 0.62
Hex B3 86 B6 2 1A 0 1D 128 19 3E
Octal 263 206 266 2 32 0 35 450 31 76
Binary 10110011 10000110 10110110 10 11010 0 11101 100101000 11001 111110

Color Harmonies of #B386B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386B6

Black with #B386B6

Text Example


Text Example

White with #B386B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386B6; }

 p { color: rgb(179,134,182); }

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

background-color css

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

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

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

border-color css

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

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

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