Html Css Color HEX #BE80BE London Hue

📋 copy color: '#BE80BE'

red 190 ◦ green 128 ◦ blue 190

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

Shades of London Hue #BE80BE

Tints of London Hue #BE80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 37.4%
G = 25.2%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE80BE (or 0xBE80BE) is known color: London Hue. HEX triplet: BE, 80 and BE. RGB value is (190,128,190). Sum of RGB (Red+Green+Blue) = 190+128+190=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80BE is #417F41. Grayscale: #999999. Windows color (decimal): -4292418 or 12484798. OLE color: 12484798.

HSL color Cylindrical-coordinate representation of color #BE80BE: hue angle of 300º degrees, saturation: 0.32, 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 #BE80BE is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 190 -
CMYK 0 0.33 0 0.25
HSL 300º 0.32% 0.62% -
HSV(B) 300º 0.33% 0.75% -
XYZ 38.25 30.1 52.51 -
YUV 153.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 190 128 190 0 0.33 0 0.25 300 0.32 0.62
Hex BE 80 BE 0 21 0 19 12C 20 3E
Octal 276 200 276 0 41 0 31 454 40 76
Binary 10111110 10000000 10111110 0 100001 0 11001 100101100 100000 111110

Color Harmonies of #BE80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80BE

Black with #BE80BE

Text Example


Text Example

White with #BE80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80BE; }

 p { color: rgb(190,128,190); }

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

background-color css

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

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

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

border-color css

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

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

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