Html Css Color HEX #BF77B0 London Hue

📋 copy color: '#BF77B0'

red 191 ◦ green 119 ◦ blue 176

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

Shades of London Hue #BF77B0

Tints of London Hue #BF77B0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.49%

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 39.3%
G = 24.49%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF77B0 (or 0xBF77B0) is known color: London Hue. HEX triplet: BF, 77 and B0. RGB value is (191,119,176). Sum of RGB (Red+Green+Blue) = 191+119+176=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77B0 is #40884F. Grayscale: #929292. Windows color (decimal): -4229200 or 11564991. OLE color: 11564991.

HSL color Cylindrical-coordinate representation of color #BF77B0: hue angle of 312.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF77B0 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 119 176 -
CMYK 0 0.38 0.08 0.25
HSL 312.5º 0.36% 0.61% -
HSV(B) 312.5º 0.38% 0.75% -
XYZ 35.92 27.4 44.47 -
YUV 147.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 191 119 176 0 0.38 0.08 0.25 312.5 0.36 0.61
Hex BF 77 B0 0 26 8 19 138 24 3D
Octal 277 167 260 0 46 10 31 470 44 75
Binary 10111111 1110111 10110000 0 100110 1000 11001 100111000 100100 111101

Color Harmonies of #BF77B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77B0

Black with #BF77B0

Text Example


Text Example

White with #BF77B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77B0; }

 p { color: rgb(191,119,176); }

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

background-color css

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

 a { background-color: rgb(191,119,176); }

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

border-color css

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

 span { border-color: rgb(191,119,176); }

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