#B67FB7

Color #B67FB7 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B67FB7

Tints of London Hue #B67FB7

Color information

#B67FB7 (or 0xB67FB7) is unknown color: approx London Hue. HEX triplet: B6, 7F and B7. RGB value is (182,127,183). Sum of RGB (Red+Green+Blue) = 182+127+183=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #B67FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FB7 is #498048. Grayscale: #959595. Windows color (decimal): -4816969 or 12025782. OLE color: 12025782.

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

Color convert

RGB182127183-
CMYK0.010.3100.28
HSL298.93º28%60.78%-
HSV(B)298.93º30.6%71.76%-
XYZ35.4328.5448.44-
YUV149.83146.72150.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=36.99%
G=25.81%
B=37.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821271830.010.3100.28298.932860.78
HexB67FB711F01C12b1c3d
Octal2661772671370344533475
Binary1011011011111111011011111111101110010010101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FB7; }

 p { color: rgb(182,127,183); }

 H1.HeaderClassName
 {
   color: #B67FB7;
 }
 .AnyTagClassName
 {
   color: #B67FB7;
 }
</style>
background-color css

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

 a { background-color: rgb(182,127,183); }

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

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

 span { border-color: rgb(182,127,183); }

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