Html Css Color HEX #B67EBA London Hue

📋 copy color: '#B67EBA'

red 182 ◦ green 126 ◦ blue 186

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

Shades of London Hue #B67EBA

Tints of London Hue #B67EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.51%

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

R = 36.84%
G = 25.51%
B = 37.65%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B67EBA (or 0xB67EBA) is known color: London Hue. HEX triplet: B6, 7E and BA. RGB value is (182,126,186). Sum of RGB (Red+Green+Blue) = 182+126+186=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #B67EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EBA is #498145. Grayscale: #959595. Windows color (decimal): -4817222 or 12222134. OLE color: 12222134.

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

Color convert

RGB 182 126 186 -
CMYK 0.02 0.32 0 0.27
HSL 296º 0.3% 0.61% -
HSV(B) 296º 0.32% 0.73% -
XYZ 35.62 28.41 50.06 -
YUV 149.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 182 126 186 0.02 0.32 0 0.27 296 0.3 0.61
Hex B6 7E BA 2 20 0 1B 128 1E 3D
Octal 266 176 272 2 40 0 33 450 36 75
Binary 10110110 1111110 10111010 10 100000 0 11011 100101000 11110 111101

Color Harmonies of #B67EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67EBA

Black with #B67EBA

Text Example


Text Example

White with #B67EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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