Html Css Color HEX #BE85BD London Hue

📋 copy color: '#BE85BD'

red 190 ◦ green 133 ◦ blue 189

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

Shades of London Hue #BE85BD

Tints of London Hue #BE85BD

RGB

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

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

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

R = 37.11%
G = 25.98%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE85BD (or 0xBE85BD) is known color: London Hue. HEX triplet: BE, 85 and BD. RGB value is (190,133,189). Sum of RGB (Red+Green+Blue) = 190+133+189=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85BD is #417A42. Grayscale: #9C9C9C. Windows color (decimal): -4291139 or 12420542. OLE color: 12420542.

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

Color convert

RGB 190 133 189 -
CMYK 0 0.3 0.01 0.25
HSL 301.05º 0.3% 0.63% -
HSV(B) 301.05º 0.3% 0.75% -
XYZ 38.81 31.4 52.16 -
YUV 156.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 190 133 189 0 0.3 0.01 0.25 301.05 0.3 0.63
Hex BE 85 BD 0 1E 1 19 12D 1E 3F
Octal 276 205 275 0 36 1 31 455 36 77
Binary 10111110 10000101 10111101 0 11110 1 11001 100101101 11110 111111

Color Harmonies of #BE85BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85BD

Black with #BE85BD

Text Example


Text Example

White with #BE85BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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