Html Css Color HEX #BE85B1 London Hue

📋 copy color: '#BE85B1'

red 190 ◦ green 133 ◦ blue 177

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

Shades of London Hue #BE85B1

Tints of London Hue #BE85B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 38%
G = 26.6%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE85B1 (or 0xBE85B1) is known color: London Hue. HEX triplet: BE, 85 and B1. RGB value is (190,133,177). Sum of RGB (Red+Green+Blue) = 190+133+177=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85B1 is #417A4E. Grayscale: #9A9A9A. Windows color (decimal): -4291151 or 11634110. OLE color: 11634110.

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

Color convert

RGB 190 133 177 -
CMYK 0 0.3 0.07 0.25
HSL 313.68º 0.3% 0.63% -
HSV(B) 313.68º 0.3% 0.75% -
XYZ 37.56 30.9 45.58 -
YUV 155.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 190 133 177 0 0.3 0.07 0.25 313.68 0.3 0.63
Hex BE 85 B1 0 1E 7 19 13A 1E 3F
Octal 276 205 261 0 36 7 31 472 36 77
Binary 10111110 10000101 10110001 0 11110 111 11001 100111010 11110 111111

Color Harmonies of #BE85B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85B1

Black with #BE85B1

Text Example


Text Example

White with #BE85B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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