Html Css Color HEX #B676B2 London Hue

📋 copy color: '#B676B2'

red 182 ◦ green 118 ◦ blue 178

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

Shades of London Hue #B676B2

Tints of London Hue #B676B2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 38.08%
G = 24.69%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B676B2 (or 0xB676B2) is known color: London Hue. HEX triplet: B6, 76 and B2. RGB value is (182,118,178). Sum of RGB (Red+Green+Blue) = 182+118+178=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B676B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B676B2 is #49894D. Grayscale: #8F8F8F. Windows color (decimal): -4819278 or 11695798. OLE color: 11695798.

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

Color convert

RGB 182 118 178 -
CMYK 0 0.35 0.02 0.29
HSL 303.75º 0.3% 0.59% -
HSV(B) 303.75º 0.35% 0.71% -
XYZ 33.81 26.12 45.38 -
YUV 143.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 182 118 178 0 0.35 0.02 0.29 303.75 0.3 0.59
Hex B6 76 B2 0 23 2 1D 130 1E 3B
Octal 266 166 262 0 43 2 35 460 36 73
Binary 10110110 1110110 10110010 0 100011 10 11101 100110000 11110 111011

Color Harmonies of #B676B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B676B2

Black with #B676B2

Text Example


Text Example

White with #B676B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B676B2; }

 p { color: rgb(182,118,178); }

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

background-color css

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

 a { background-color: rgb(182,118,178); }

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

border-color css

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

 span { border-color: rgb(182,118,178); }

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