Html Css Color HEX #BE80BD London Hue

📋 copy color: '#BE80BD'

red 190 ◦ green 128 ◦ blue 189

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

Shades of London Hue #BE80BD

Tints of London Hue #BE80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 37.48%
G = 25.25%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE80BD (or 0xBE80BD) is known color: London Hue. HEX triplet: BE, 80 and BD. RGB value is (190,128,189). Sum of RGB (Red+Green+Blue) = 190+128+189=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80BD is #417F42. Grayscale: #999999. Windows color (decimal): -4292419 or 12419262. OLE color: 12419262.

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

Color convert

RGB 190 128 189 -
CMYK 0 0.33 0.01 0.25
HSL 300.97º 0.32% 0.62% -
HSV(B) 300.97º 0.33% 0.75% -
XYZ 38.14 30.06 51.94 -
YUV 153.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 190 128 189 0 0.33 0.01 0.25 300.97 0.32 0.62
Hex BE 80 BD 0 21 1 19 12D 20 3E
Octal 276 200 275 0 41 1 31 455 40 76
Binary 10111110 10000000 10111101 0 100001 1 11001 100101101 100000 111110

Color Harmonies of #BE80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80BD

Black with #BE80BD

Text Example


Text Example

White with #BE80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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