Html Css Color HEX #BE7FB0 London Hue

📋 copy color: '#BE7FB0'

red 190 ◦ green 127 ◦ blue 176

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

Shades of London Hue #BE7FB0

Tints of London Hue #BE7FB0

RGB

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

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

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

R = 38.54%
G = 25.76%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE7FB0 (or 0xBE7FB0) is known color: London Hue. HEX triplet: BE, 7F and B0. RGB value is (190,127,176). Sum of RGB (Red+Green+Blue) = 190+127+176=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FB0 is #41804F. Grayscale: #979797. Windows color (decimal): -4292688 or 11567038. OLE color: 11567038.

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

Color convert

RGB 190 127 176 -
CMYK 0 0.33 0.07 0.25
HSL 313.33º 0.33% 0.62% -
HSV(B) 313.33º 0.33% 0.75% -
XYZ 36.66 29.26 44.79 -
YUV 151.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 190 127 176 0 0.33 0.07 0.25 313.33 0.33 0.62
Hex BE 7F B0 0 21 7 19 139 21 3E
Octal 276 177 260 0 41 7 31 471 41 76
Binary 10111110 1111111 10110000 0 100001 111 11001 100111001 100001 111110

Color Harmonies of #BE7FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FB0

Black with #BE7FB0

Text Example


Text Example

White with #BE7FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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