Html Css Color HEX #B679B5 London Hue

📋 copy color: '#B679B5'

red 182 ◦ green 121 ◦ blue 181

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

Shades of London Hue #B679B5

Tints of London Hue #B679B5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25%

 BLUE value IS 181 (71.09% from 255) = 37.4%

R = 37.6%
G = 25%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B679B5 (or 0xB679B5) is known color: London Hue. HEX triplet: B6, 79 and B5. RGB value is (182,121,181). Sum of RGB (Red+Green+Blue) = 182+121+181=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B679B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679B5 is #49864A. Grayscale: #919191. Windows color (decimal): -4818507 or 11893174. OLE color: 11893174.

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

Color convert

RGB 182 121 181 -
CMYK 0 0.34 0.01 0.29
HSL 300.98º 0.29% 0.59% -
HSV(B) 300.98º 0.34% 0.71% -
XYZ 34.47 26.96 47.1 -
YUV 146.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 182 121 181 0 0.34 0.01 0.29 300.98 0.29 0.59
Hex B6 79 B5 0 22 1 1D 12D 1D 3B
Octal 266 171 265 0 42 1 35 455 35 73
Binary 10110110 1111001 10110101 0 100010 1 11101 100101101 11101 111011

Color Harmonies of #B679B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679B5

Black with #B679B5

Text Example


Text Example

White with #B679B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679B5; }

 p { color: rgb(182,121,181); }

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

background-color css

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

 a { background-color: rgb(182,121,181); }

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

border-color css

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

 span { border-color: rgb(182,121,181); }

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