#B67FB3

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

Shades of London Hue #B67FB3

Tints of London Hue #B67FB3

Color information

#B67FB3 (or 0xB67FB3) is unknown color: approx London Hue. HEX triplet: B6, 7F and B3. RGB value is (182,127,179). Sum of RGB (Red+Green+Blue) = 182+127+179=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FB3 is #49804C. Grayscale: #959595. Windows color (decimal): -4816973 or 11763638. OLE color: 11763638.

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

Color convert

RGB182127179-
CMYK00.300.020.29
HSL303.27º27.36%60.59%-
HSV(B)303.27º30.22%71.37%-
XYZ35.0228.3846.28-
YUV149.37144.72151.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=37.30%
G=26.02%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212717900.300.020.29303.2727.3660.59
HexB67FB301E21D12f1b3d
Octal2661772630362354573375
Binary10110110111111110110011011110101110110010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FB3; }

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

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

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

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

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

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

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

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