#be7cbe

Color #BE7CBE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BE7CBE

Tints of London Hue #BE7CBE

Color information

#BE7CBE (or 0xBE7CBE) is unknown color: approx London Hue. HEX triplet: BE, 7C and BE. RGB value is (190,124,190). Sum of RGB (Red+Green+Blue) = 190+124+190=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CBE is #418341. Grayscale: #979797. Windows color (decimal): -4293442 or 12483774. OLE color: 12483774.

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

Color convert

RGB190124190-
CMYK00.3500.25
HSL300º33.67%61.57%-
HSV(B)300º34.74%74.51%-
XYZ37.7429.0852.34-
YUV151.26149.87155.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=37.70%
G=24.60%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012419000.3500.2530033.6761.57
HexBE7CBE02301912c223e
Octal2761742760430314544276
Binary101111101111100101111100100011011001100101100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be7cbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be7cbe; }

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

 H1.HeaderClassName
 {
   color: #be7cbe;
 }
 .AnyTagClassName
 {
   color: #be7cbe;
 }
</style>
background-color css

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

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

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

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

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

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