Html Css Color HEX #B67BB1 London Hue

📋 copy color: '#B67BB1'

red 182 ◦ green 123 ◦ blue 177

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

Shades of London Hue #B67BB1

Tints of London Hue #B67BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 37.76%
G = 25.52%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B67BB1 (or 0xB67BB1) is known color: London Hue. HEX triplet: B6, 7B and B1. RGB value is (182,123,177). Sum of RGB (Red+Green+Blue) = 182+123+177=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BB1 is #49844E. Grayscale: #929292. Windows color (decimal): -4817999 or 11631542. OLE color: 11631542.

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

Color convert

RGB 182 123 177 -
CMYK 0 0.32 0.03 0.29
HSL 305.08º 0.29% 0.6% -
HSV(B) 305.08º 0.32% 0.71% -
XYZ 34.31 27.29 45.05 -
YUV 146.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 182 123 177 0 0.32 0.03 0.29 305.08 0.29 0.6
Hex B6 7B B1 0 20 3 1D 131 1D 3C
Octal 266 173 261 0 40 3 35 461 35 74
Binary 10110110 1111011 10110001 0 100000 11 11101 100110001 11101 111100

Color Harmonies of #B67BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67BB1

Black with #B67BB1

Text Example


Text Example

White with #B67BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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