Html Css Color HEX #BE81BE London Hue

📋 copy color: '#BE81BE'

red 190 ◦ green 129 ◦ blue 190

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

Shades of London Hue #BE81BE

Tints of London Hue #BE81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.34%

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

R = 37.33%
G = 25.34%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE81BE (or 0xBE81BE) is known color: London Hue. HEX triplet: BE, 81 and BE. RGB value is (190,129,190). Sum of RGB (Red+Green+Blue) = 190+129+190=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81BE is #417E41. Grayscale: #9A9A9A. Windows color (decimal): -4292162 or 12485054. OLE color: 12485054.

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

Color convert

RGB 190 129 190 -
CMYK 0 0.32 0 0.25
HSL 300º 0.32% 0.63% -
HSV(B) 300º 0.32% 0.75% -
XYZ 38.38 30.37 52.55 -
YUV 154.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 190 129 190 0 0.32 0 0.25 300 0.32 0.63
Hex BE 81 BE 0 20 0 19 12C 20 3F
Octal 276 201 276 0 40 0 31 454 40 77
Binary 10111110 10000001 10111110 0 100000 0 11001 100101100 100000 111111

Color Harmonies of #BE81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81BE

Black with #BE81BE

Text Example


Text Example

White with #BE81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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