Html Css Color HEX #B67BAF London Hue

📋 copy color: '#B67BAF'

red 182 ◦ green 123 ◦ blue 175

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

Shades of London Hue #B67BAF

Tints of London Hue #B67BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 37.92%
G = 25.63%
B = 36.46%

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

#B67BAF (or 0xB67BAF) is known color: London Hue. HEX triplet: B6, 7B and AF. RGB value is (182,123,175). Sum of RGB (Red+Green+Blue) = 182+123+175=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BAF is #498450. Grayscale: #929292. Windows color (decimal): -4818001 or 11500470. OLE color: 11500470.

HSL color Cylindrical-coordinate representation of color #B67BAF: hue angle of 307.12º 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 #B67BAF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 175 -
CMYK 0 0.32 0.04 0.29
HSL 307.12º 0.29% 0.6% -
HSV(B) 307.12º 0.32% 0.71% -
XYZ 34.11 27.21 44.01 -
YUV 146.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 182 123 175 0 0.32 0.04 0.29 307.12 0.29 0.6
Hex B6 7B AF 0 20 4 1D 133 1D 3C
Octal 266 173 257 0 40 4 35 463 35 74
Binary 10110110 1111011 10101111 0 100000 100 11101 100110011 11101 111100

Color Harmonies of #B67BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67BAF

Black with #B67BAF

Text Example


Text Example

White with #B67BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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