Html Css Color HEX #BE85B3 London Hue

📋 copy color: '#BE85B3'

red 190 ◦ green 133 ◦ blue 179

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

Shades of London Hue #BE85B3

Tints of London Hue #BE85B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.66%

R = 37.85%
G = 26.49%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE85B3 (or 0xBE85B3) is known color: London Hue. HEX triplet: BE, 85 and B3. RGB value is (190,133,179). Sum of RGB (Red+Green+Blue) = 190+133+179=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85B3 is #417A4C. Grayscale: #9B9B9B. Windows color (decimal): -4291149 or 11765182. OLE color: 11765182.

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

Color convert

RGB 190 133 179 -
CMYK 0 0.3 0.06 0.25
HSL 311.58º 0.3% 0.63% -
HSV(B) 311.58º 0.3% 0.75% -
XYZ 37.76 30.98 46.64 -
YUV 155.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 190 133 179 0 0.3 0.06 0.25 311.58 0.3 0.63
Hex BE 85 B3 0 1E 6 19 138 1E 3F
Octal 276 205 263 0 36 6 31 470 36 77
Binary 10111110 10000101 10110011 0 11110 110 11001 100111000 11110 111111

Color Harmonies of #BE85B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85B3

Black with #BE85B3

Text Example


Text Example

White with #BE85B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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