Html Css Color HEX #BF77B8 London Hue

📋 copy color: '#BF77B8'

red 191 ◦ green 119 ◦ blue 184

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

Shades of London Hue #BF77B8

Tints of London Hue #BF77B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.25%

R = 38.66%
G = 24.09%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF77B8 (or 0xBF77B8) is known color: London Hue. HEX triplet: BF, 77 and B8. RGB value is (191,119,184). Sum of RGB (Red+Green+Blue) = 191+119+184=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77B8 is #408847. Grayscale: #939393. Windows color (decimal): -4229192 or 12089279. OLE color: 12089279.

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

Color convert

RGB 191 119 184 -
CMYK 0 0.38 0.04 0.25
HSL 305.83º 0.36% 0.61% -
HSV(B) 305.83º 0.38% 0.75% -
XYZ 36.73 27.73 48.76 -
YUV 147.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 191 119 184 0 0.38 0.04 0.25 305.83 0.36 0.61
Hex BF 77 B8 0 26 4 19 132 24 3D
Octal 277 167 270 0 46 4 31 462 44 75
Binary 10111111 1110111 10111000 0 100110 100 11001 100110010 100100 111101

Color Harmonies of #BF77B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77B8

Black with #BF77B8

Text Example


Text Example

White with #BF77B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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