Html Css Color HEX #BF7EC0 London Hue

📋 copy color: '#BF7EC0'

red 191 ◦ green 126 ◦ blue 192

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

Shades of London Hue #BF7EC0

Tints of London Hue #BF7EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.75%

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 37.52%
G = 24.75%
B = 37.72%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF7EC0 (or 0xBF7EC0) is known color: London Hue. HEX triplet: BF, 7E and C0. RGB value is (191,126,192). Sum of RGB (Red+Green+Blue) = 191+126+192=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF7EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EC0 is #40813F. Grayscale: #989898. Windows color (decimal): -4227392 or 12615359. OLE color: 12615359.

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

Color convert

RGB 191 126 192 -
CMYK 0.01 0.34 0 0.25
HSL 299.09º 0.34% 0.62% -
HSV(B) 299.09º 0.34% 0.75% -
XYZ 38.46 29.8 53.59 -
YUV 152.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 191 126 192 0.01 0.34 0 0.25 299.09 0.34 0.62
Hex BF 7E C0 1 22 0 19 12B 22 3E
Octal 277 176 300 1 42 0 31 453 42 76
Binary 10111111 1111110 11000000 1 100010 0 11001 100101011 100010 111110

Color Harmonies of #BF7EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EC0

Black with #BF7EC0

Text Example


Text Example

White with #BF7EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EC0; }

 p { color: rgb(191,126,192); }

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

background-color css

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

 a { background-color: rgb(191,126,192); }

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

border-color css

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

 span { border-color: rgb(191,126,192); }

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