Html Css Color HEX #B68EBA London Hue

📋 copy color: '#B68EBA'

red 182 ◦ green 142 ◦ blue 186

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

Shades of London Hue #B68EBA

Tints of London Hue #B68EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.84%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 35.69%
G = 27.84%
B = 36.47%

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

#B68EBA (or 0xB68EBA) is known color: London Hue. HEX triplet: B6, 8E and BA. RGB value is (182,142,186). Sum of RGB (Red+Green+Blue) = 182+142+186=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B68EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EBA is #497145. Grayscale: #9E9E9E. Windows color (decimal): -4813126 or 12226230. OLE color: 12226230.

HSL color Cylindrical-coordinate representation of color #B68EBA: hue angle of 294.55º 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 #B68EBA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 142 186 -
CMYK 0.02 0.24 0 0.27
HSL 294.55º 0.24% 0.64% -
HSV(B) 294.55º 0.24% 0.73% -
XYZ 37.83 32.84 50.8 -
YUV 158.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 182 142 186 0.02 0.24 0 0.27 294.55 0.24 0.64
Hex B6 8E BA 2 18 0 1B 127 18 40
Octal 266 216 272 2 30 0 33 447 30 100
Binary 10110110 10001110 10111010 10 11000 0 11011 100100111 11000 1000000

Color Harmonies of #B68EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EBA

Black with #B68EBA

Text Example


Text Example

White with #B68EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EBA; }

 p { color: rgb(182,142,186); }

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

background-color css

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

 a { background-color: rgb(182,142,186); }

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

border-color css

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

 span { border-color: rgb(182,142,186); }

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