Html Css Color HEX #B67FAE London Hue

📋 copy color: '#B67FAE'

red 182 ◦ green 127 ◦ blue 174

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

Shades of London Hue #B67FAE

Tints of London Hue #B67FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

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

R = 37.68%
G = 26.29%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B67FAE (or 0xB67FAE) is known color: London Hue. HEX triplet: B6, 7F and AE. RGB value is (182,127,174). Sum of RGB (Red+Green+Blue) = 182+127+174=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FAE is #498051. Grayscale: #949494. Windows color (decimal): -4816978 or 11435958. OLE color: 11435958.

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

Color convert

RGB 182 127 174 -
CMYK 0 0.30 0.04 0.29
HSL 308.73º 0.27% 0.61% -
HSV(B) 308.73º 0.3% 0.71% -
XYZ 34.52 28.18 43.66 -
YUV 148.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 182 127 174 0 0.30 0.04 0.29 308.73 0.27 0.61
Hex B6 7F AE 0 1E 4 1D 135 1B 3D
Octal 266 177 256 0 36 4 35 465 33 75
Binary 10110110 1111111 10101110 0 11110 100 11101 100110101 11011 111101

Color Harmonies of #B67FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67FAE

Black with #B67FAE

Text Example


Text Example

White with #B67FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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