Html Css Color HEX #BF77B2 London Hue

📋 copy color: '#BF77B2'

red 191 ◦ green 119 ◦ blue 178

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

Shades of London Hue #BF77B2

Tints of London Hue #BF77B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 39.14%
G = 24.39%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF77B2 (or 0xBF77B2) is known color: London Hue. HEX triplet: BF, 77 and B2. RGB value is (191,119,178). Sum of RGB (Red+Green+Blue) = 191+119+178=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77B2 is #40884D. Grayscale: #939393. Windows color (decimal): -4229198 or 11696063. OLE color: 11696063.

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

Color convert

RGB 191 119 178 -
CMYK 0 0.38 0.07 0.25
HSL 310.83º 0.36% 0.61% -
HSV(B) 310.83º 0.38% 0.75% -
XYZ 36.12 27.48 45.52 -
YUV 147.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 191 119 178 0 0.38 0.07 0.25 310.83 0.36 0.61
Hex BF 77 B2 0 26 7 19 137 24 3D
Octal 277 167 262 0 46 7 31 467 44 75
Binary 10111111 1110111 10110010 0 100110 111 11001 100110111 100100 111101

Color Harmonies of #BF77B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77B2

Black with #BF77B2

Text Example


Text Example

White with #BF77B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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