Html Css Color HEX #B67DB1 London Hue

📋 copy color: '#B67DB1'

red 182 ◦ green 125 ◦ blue 177

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

Shades of London Hue #B67DB1

Tints of London Hue #B67DB1

RGB

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

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

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

R = 37.6%
G = 25.83%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B67DB1 (or 0xB67DB1) is known color: London Hue. HEX triplet: B6, 7D and B1. RGB value is (182,125,177). Sum of RGB (Red+Green+Blue) = 182+125+177=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DB1 is #49824E. Grayscale: #939393. Windows color (decimal): -4817487 or 11632054. OLE color: 11632054.

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

Color convert

RGB 182 125 177 -
CMYK 0 0.31 0.03 0.29
HSL 305.26º 0.28% 0.6% -
HSV(B) 305.26º 0.31% 0.71% -
XYZ 34.56 27.79 45.14 -
YUV 147.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 182 125 177 0 0.31 0.03 0.29 305.26 0.28 0.6
Hex B6 7D B1 0 1F 3 1D 131 1C 3C
Octal 266 175 261 0 37 3 35 461 34 74
Binary 10110110 1111101 10110001 0 11111 11 11101 100110001 11100 111100

Color Harmonies of #B67DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67DB1

Black with #B67DB1

Text Example


Text Example

White with #B67DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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