Html Css Color HEX #BF76B2 London Hue

📋 copy color: '#BF76B2'

red 191 ◦ green 118 ◦ blue 178

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

Shades of London Hue #BF76B2

Tints of London Hue #BF76B2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.23%

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

R = 39.22%
G = 24.23%
B = 36.55%

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

#BF76B2 (or 0xBF76B2) is known color: London Hue. HEX triplet: BF, 76 and B2. RGB value is (191,118,178). Sum of RGB (Red+Green+Blue) = 191+118+178=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF76B2 is #40894D. Grayscale: #929292. Windows color (decimal): -4229454 or 11695807. OLE color: 11695807.

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

Color convert

RGB 191 118 178 -
CMYK 0 0.38 0.07 0.25
HSL 310.68º 0.36% 0.61% -
HSV(B) 310.68º 0.38% 0.75% -
XYZ 36 27.25 45.48 -
YUV 146.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 191 118 178 0 0.38 0.07 0.25 310.68 0.36 0.61
Hex BF 76 B2 0 26 7 19 137 24 3D
Octal 277 166 262 0 46 7 31 467 44 75
Binary 10111111 1110110 10110010 0 100110 111 11001 100110111 100100 111101

Color Harmonies of #BF76B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76B2

Black with #BF76B2

Text Example


Text Example

White with #BF76B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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