Html Css Color HEX #BE85BE London Hue

📋 copy color: '#BE85BE'

red 190 ◦ green 133 ◦ blue 190

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

Shades of London Hue #BE85BE

Tints of London Hue #BE85BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.93%

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

R = 37.04%
G = 25.93%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE85BE (or 0xBE85BE) is known color: London Hue. HEX triplet: BE, 85 and BE. RGB value is (190,133,190). Sum of RGB (Red+Green+Blue) = 190+133+190=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85BE is #417A41. Grayscale: #9C9C9C. Windows color (decimal): -4291138 or 12486078. OLE color: 12486078.

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

Color convert

RGB 190 133 190 -
CMYK 0 0.3 0 0.25
HSL 300º 0.3% 0.63% -
HSV(B) 300º 0.3% 0.75% -
XYZ 38.92 31.44 52.73 -
YUV 156.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 190 133 190 0 0.3 0 0.25 300 0.3 0.63
Hex BE 85 BE 0 1E 0 19 12C 1E 3F
Octal 276 205 276 0 36 0 31 454 36 77
Binary 10111110 10000101 10111110 0 11110 0 11001 100101100 11110 111111

Color Harmonies of #BE85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85BE

Black with #BE85BE

Text Example


Text Example

White with #BE85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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