Html Css Color HEX #B67DB7 London Hue

📋 copy color: '#B67DB7'

red 182 ◦ green 125 ◦ blue 183

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

Shades of London Hue #B67DB7

Tints of London Hue #B67DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.35%

R = 37.14%
G = 25.51%
B = 37.35%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B67DB7 (or 0xB67DB7) is known color: London Hue. HEX triplet: B6, 7D and B7. RGB value is (182,125,183). Sum of RGB (Red+Green+Blue) = 182+125+183=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #B67DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67DB7 is #498248. Grayscale: #949494. Windows color (decimal): -4817481 or 12025270. OLE color: 12025270.

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

Color convert

RGB 182 125 183 -
CMYK 0.01 0.32 0 0.28
HSL 298.97º 0.29% 0.6% -
HSV(B) 298.97º 0.32% 0.72% -
XYZ 35.17 28.03 48.36 -
YUV 148.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 182 125 183 0.01 0.32 0 0.28 298.97 0.29 0.6
Hex B6 7D B7 1 20 0 1C 12B 1D 3C
Octal 266 175 267 1 40 0 34 453 35 74
Binary 10110110 1111101 10110111 1 100000 0 11100 100101011 11101 111100

Color Harmonies of #B67DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67DB7

Black with #B67DB7

Text Example


Text Example

White with #B67DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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