Html Css Color HEX #B67BAE London Hue

📋 copy color: '#B67BAE'

red 182 ◦ green 123 ◦ blue 174

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

Shades of London Hue #B67BAE

Tints of London Hue #B67BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 38%
G = 25.68%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B67BAE (or 0xB67BAE) is known color: London Hue. HEX triplet: B6, 7B and AE. RGB value is (182,123,174). Sum of RGB (Red+Green+Blue) = 182+123+174=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BAE is #498451. Grayscale: #929292. Windows color (decimal): -4818002 or 11434934. OLE color: 11434934.

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

Color convert

RGB 182 123 174 -
CMYK 0 0.32 0.04 0.29
HSL 308.14º 0.29% 0.6% -
HSV(B) 308.14º 0.32% 0.71% -
XYZ 34.01 27.17 43.5 -
YUV 146.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 182 123 174 0 0.32 0.04 0.29 308.14 0.29 0.6
Hex B6 7B AE 0 20 4 1D 134 1D 3C
Octal 266 173 256 0 40 4 35 464 35 74
Binary 10110110 1111011 10101110 0 100000 100 11101 100110100 11101 111100

Color Harmonies of #B67BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67BAE

Black with #B67BAE

Text Example


Text Example

White with #B67BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67BAE; }

 p { color: rgb(182,123,174); }

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

background-color css

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

 a { background-color: rgb(182,123,174); }

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

border-color css

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

 span { border-color: rgb(182,123,174); }

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