Html Css Color HEX #BF75B1 London Hue

📋 copy color: '#BF75B1'

red 191 ◦ green 117 ◦ blue 177

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

Shades of London Hue #BF75B1

Tints of London Hue #BF75B1

RGB

 RED value IS 191 (75% from 255) = 39.38%

 GREEN value IS 117 (46.09% from 255) = 24.12%

 BLUE value IS 177 (69.53% from 255) = 36.49%

R = 39.38%
G = 24.12%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF75B1 (or 0xBF75B1) is known color: London Hue. HEX triplet: BF, 75 and B1. RGB value is (191,117,177). Sum of RGB (Red+Green+Blue) = 191+117+177=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75B1 is #408A4E. Grayscale: #919191. Windows color (decimal): -4229711 or 11630015. OLE color: 11630015.

HSL color Cylindrical-coordinate representation of color #BF75B1: hue angle of 311.35º 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 #BF75B1 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 117 177 -
CMYK 0 0.39 0.07 0.25
HSL 311.35º 0.37% 0.6% -
HSV(B) 311.35º 0.39% 0.75% -
XYZ 35.78 26.97 44.92 -
YUV 145.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 191 117 177 0 0.39 0.07 0.25 311.35 0.37 0.6
Hex BF 75 B1 0 27 7 19 137 25 3C
Octal 277 165 261 0 47 7 31 467 45 74
Binary 10111111 1110101 10110001 0 100111 111 11001 100110111 100101 111100

Color Harmonies of #BF75B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75B1

Black with #BF75B1

Text Example


Text Example

White with #BF75B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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