Html Css Color HEX #BF7CB0 London Hue

📋 copy color: '#BF7CB0'

red 191 ◦ green 124 ◦ blue 176

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

Shades of London Hue #BF7CB0

Tints of London Hue #BF7CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.25%

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

R = 38.9%
G = 25.25%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF7CB0 (or 0xBF7CB0) is known color: London Hue. HEX triplet: BF, 7C and B0. RGB value is (191,124,176). Sum of RGB (Red+Green+Blue) = 191+124+176=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CB0 is #40834F. Grayscale: #959595. Windows color (decimal): -4227920 or 11566271. OLE color: 11566271.

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

Color convert

RGB 191 124 176 -
CMYK 0 0.35 0.08 0.25
HSL 313.43º 0.34% 0.62% -
HSV(B) 313.43º 0.35% 0.75% -
XYZ 36.53 28.63 44.67 -
YUV 149.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 191 124 176 0 0.35 0.08 0.25 313.43 0.34 0.62
Hex BF 7C B0 0 23 8 19 139 22 3E
Octal 277 174 260 0 43 10 31 471 42 76
Binary 10111111 1111100 10110000 0 100011 1000 11001 100111001 100010 111110

Color Harmonies of #BF7CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CB0

Black with #BF7CB0

Text Example


Text Example

White with #BF7CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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