Html Css Color HEX #BF73B1 London Hue

📋 copy color: '#BF73B1'

red 191 ◦ green 115 ◦ blue 177

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

Shades of London Hue #BF73B1

Tints of London Hue #BF73B1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.81%

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

R = 39.54%
G = 23.81%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF73B1 (or 0xBF73B1) is known color: London Hue. HEX triplet: BF, 73 and B1. RGB value is (191,115,177). Sum of RGB (Red+Green+Blue) = 191+115+177=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73B1 is #408C4E. Grayscale: #909090. Windows color (decimal): -4230223 or 11629503. OLE color: 11629503.

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

Color convert

RGB 191 115 177 -
CMYK 0 0.40 0.07 0.25
HSL 311.05º 0.37% 0.6% -
HSV(B) 311.05º 0.4% 0.75% -
XYZ 35.55 26.51 44.84 -
YUV 144.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 191 115 177 0 0.40 0.07 0.25 311.05 0.37 0.6
Hex BF 73 B1 0 28 7 19 137 25 3C
Octal 277 163 261 0 50 7 31 467 45 74
Binary 10111111 1110011 10110001 0 101000 111 11001 100110111 100101 111100

Color Harmonies of #BF73B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73B1

Black with #BF73B1

Text Example


Text Example

White with #BF73B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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