Html Css Color HEX #B68DB9 London Hue

📋 copy color: '#B68DB9'

red 182 ◦ green 141 ◦ blue 185

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

Shades of London Hue #B68DB9

Tints of London Hue #B68DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.76%

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 35.83%
G = 27.76%
B = 36.42%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B68DB9 (or 0xB68DB9) is known color: London Hue. HEX triplet: B6, 8D and B9. RGB value is (182,141,185). Sum of RGB (Red+Green+Blue) = 182+141+185=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 185 - color contains mainly: blue. Hex color #B68DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DB9 is #497246. Grayscale: #9E9E9E. Windows color (decimal): -4813383 or 12160438. OLE color: 12160438.

HSL color Cylindrical-coordinate representation of color #B68DB9: hue angle of 295.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68DB9 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 141 185 -
CMYK 0.02 0.24 0 0.27
HSL 295.91º 0.24% 0.64% -
HSV(B) 295.91º 0.24% 0.73% -
XYZ 37.57 32.5 50.19 -
YUV 158.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 182 141 185 0.02 0.24 0 0.27 295.91 0.24 0.64
Hex B6 8D B9 2 18 0 1B 128 18 40
Octal 266 215 271 2 30 0 33 450 30 100
Binary 10110110 10001101 10111001 10 11000 0 11011 100101000 11000 1000000

Color Harmonies of #B68DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DB9

Black with #B68DB9

Text Example


Text Example

White with #B68DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DB9; }

 p { color: rgb(182,141,185); }

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

background-color css

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

 a { background-color: rgb(182,141,185); }

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

border-color css

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

 span { border-color: rgb(182,141,185); }

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