Html Css Color HEX #B67CB8 London Hue

📋 copy color: '#B67CB8'

red 182 ◦ green 124 ◦ blue 184

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

Shades of London Hue #B67CB8

Tints of London Hue #B67CB8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.31%

 BLUE value IS 184 (72.27% from 255) = 37.55%

R = 37.14%
G = 25.31%
B = 37.55%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B67CB8 (or 0xB67CB8) is known color: London Hue. HEX triplet: B6, 7C and B8. RGB value is (182,124,184). Sum of RGB (Red+Green+Blue) = 182+124+184=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #B67CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CB8 is #498347. Grayscale: #949494. Windows color (decimal): -4817736 or 12090550. OLE color: 12090550.

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

Color convert

RGB 182 124 184 -
CMYK 0.01 0.33 0 0.28
HSL 298º 0.3% 0.6% -
HSV(B) 298º 0.33% 0.72% -
XYZ 35.15 27.82 48.86 -
YUV 148.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 182 124 184 0.01 0.33 0 0.28 298 0.3 0.6
Hex B6 7C B8 1 21 0 1C 12A 1E 3C
Octal 266 174 270 1 41 0 34 452 36 74
Binary 10110110 1111100 10111000 1 100001 0 11100 100101010 11110 111100

Color Harmonies of #B67CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67CB8

Black with #B67CB8

Text Example


Text Example

White with #B67CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67CB8; }

 p { color: rgb(182,124,184); }

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

background-color css

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

 a { background-color: rgb(182,124,184); }

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

border-color css

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

 span { border-color: rgb(182,124,184); }

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