Html Css Color HEX #BF7CB2 London Hue

📋 copy color: '#BF7CB2'

red 191 ◦ green 124 ◦ blue 178

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

Shades of London Hue #BF7CB2

Tints of London Hue #BF7CB2

RGB

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

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

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

R = 38.74%
G = 25.15%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF7CB2 (or 0xBF7CB2) is known color: London Hue. HEX triplet: BF, 7C and B2. RGB value is (191,124,178). Sum of RGB (Red+Green+Blue) = 191+124+178=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CB2 is #40834D. Grayscale: #969696. Windows color (decimal): -4227918 or 11697343. OLE color: 11697343.

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

Color convert

RGB 191 124 178 -
CMYK 0 0.35 0.07 0.25
HSL 311.64º 0.34% 0.62% -
HSV(B) 311.64º 0.35% 0.75% -
XYZ 36.73 28.71 45.72 -
YUV 150.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 191 124 178 0 0.35 0.07 0.25 311.64 0.34 0.62
Hex BF 7C B2 0 23 7 19 138 22 3E
Octal 277 174 262 0 43 7 31 470 42 76
Binary 10111111 1111100 10110010 0 100011 111 11001 100111000 100010 111110

Color Harmonies of #BF7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CB2

Black with #BF7CB2

Text Example


Text Example

White with #BF7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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