Html Css Color HEX #BE7FC1 London Hue

📋 copy color: '#BE7FC1'

red 190 ◦ green 127 ◦ blue 193

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

Shades of London Hue #BE7FC1

Tints of London Hue #BE7FC1

RGB

 RED value IS 190 (74.61% from 255) = 37.25%

 GREEN value IS 127 (50% from 255) = 24.9%

 BLUE value IS 193 (75.78% from 255) = 37.84%

R = 37.25%
G = 24.9%
B = 37.84%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE7FC1 (or 0xBE7FC1) is known color: London Hue. HEX triplet: BE, 7F and C1. RGB value is (190,127,193). Sum of RGB (Red+Green+Blue) = 190+127+193=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FC1 is #41803E. Grayscale: #999999. Windows color (decimal): -4292671 or 12681150. OLE color: 12681150.

HSL color Cylindrical-coordinate representation of color #BE7FC1: hue angle of 297.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7FC1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 127 193 -
CMYK 0.02 0.34 0 0.24
HSL 297.27º 0.35% 0.63% -
HSV(B) 297.27º 0.34% 0.76% -
XYZ 38.45 29.98 54.21 -
YUV 153.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 190 127 193 0.02 0.34 0 0.24 297.27 0.35 0.63
Hex BE 7F C1 2 22 0 18 129 23 3F
Octal 276 177 301 2 42 0 30 451 43 77
Binary 10111110 1111111 11000001 10 100010 0 11000 100101001 100011 111111

Color Harmonies of #BE7FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FC1

Black with #BE7FC1

Text Example


Text Example

White with #BE7FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FC1; }

 p { color: rgb(190,127,193); }

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

background-color css

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

 a { background-color: rgb(190,127,193); }

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

border-color css

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

 span { border-color: rgb(190,127,193); }

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