#BF75B3

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

Shades of London Hue #BF75B3

Tints of London Hue #BF75B3

Color information

#BF75B3 (or 0xBF75B3) is unknown color: approx London Hue. HEX triplet: BF, 75 and B3. RGB value is (191,117,179). Sum of RGB (Red+Green+Blue) = 191+117+179=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75B3 is #408A4C. Grayscale: #929292. Windows color (decimal): -4229709 or 11761087. OLE color: 11761087.

HSL color Cylindrical-coordinate representation of color #BF75B3: hue angle of 309.73º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF75B3 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191117179-
CMYK00.390.060.25
HSL309.73º36.63%60.39%-
HSV(B)309.73º38.74%74.9%-
XYZ35.9827.0545.97-
YUV146.19146.52159.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=39.22%
G=24.02%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111717900.390.060.25309.7336.6360.39
HexBF75B3027619136253c
Octal2771652630476314664574
Binary10111111111010110110011010011111011001100110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75B3; }

 p { color: rgb(191,117,179); }

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

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

 a { background-color: rgb(191,117,179); }

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

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

 span { border-color: rgb(191,117,179); }

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