Html Css Color HEX #B67DAC London Hue

📋 copy color: '#B67DAC'

red 182 ◦ green 125 ◦ blue 172

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

Shades of London Hue #B67DAC

Tints of London Hue #B67DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 38%
G = 26.1%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B67DAC (or 0xB67DAC) is known color: London Hue. HEX triplet: B6, 7D and AC. RGB value is (182,125,172). Sum of RGB (Red+Green+Blue) = 182+125+172=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DAC is #498253. Grayscale: #939393. Windows color (decimal): -4817492 or 11304374. OLE color: 11304374.

HSL color Cylindrical-coordinate representation of color #B67DAC: hue angle of 310.53º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67DAC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 125 172 -
CMYK 0 0.31 0.05 0.29
HSL 310.53º 0.28% 0.6% -
HSV(B) 310.53º 0.31% 0.71% -
XYZ 34.07 27.59 42.56 -
YUV 147.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 182 125 172 0 0.31 0.05 0.29 310.53 0.28 0.6
Hex B6 7D AC 0 1F 5 1D 137 1C 3C
Octal 266 175 254 0 37 5 35 467 34 74
Binary 10110110 1111101 10101100 0 11111 101 11101 100110111 11100 111100

Color Harmonies of #B67DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67DAC

Black with #B67DAC

Text Example


Text Example

White with #B67DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67DAC; }

 p { color: rgb(182,125,172); }

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

background-color css

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

 a { background-color: rgb(182,125,172); }

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

border-color css

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

 span { border-color: rgb(182,125,172); }

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