Html Css Color HEX #B68BB9 London Hue

📋 copy color: '#B68BB9'

red 182 ◦ green 139 ◦ blue 185

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

Shades of London Hue #B68BB9

Tints of London Hue #B68BB9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.47%

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

R = 35.97%
G = 27.47%
B = 36.56%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B68BB9 (or 0xB68BB9) is known color: London Hue. HEX triplet: B6, 8B and B9. RGB value is (182,139,185). Sum of RGB (Red+Green+Blue) = 182+139+185=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 185 - color contains mainly: blue. Hex color #B68BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BB9 is #497446. Grayscale: #9C9C9C. Windows color (decimal): -4813895 or 12159926. OLE color: 12159926.

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

Color convert

RGB 182 139 185 -
CMYK 0.02 0.25 0 0.27
HSL 296.09º 0.25% 0.64% -
HSV(B) 296.09º 0.25% 0.73% -
XYZ 37.28 31.91 50.09 -
YUV 157.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 182 139 185 0.02 0.25 0 0.27 296.09 0.25 0.64
Hex B6 8B B9 2 19 0 1B 128 19 40
Octal 266 213 271 2 31 0 33 450 31 100
Binary 10110110 10001011 10111001 10 11001 0 11011 100101000 11001 1000000

Color Harmonies of #B68BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BB9

Black with #B68BB9

Text Example


Text Example

White with #B68BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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