Html Css Color HEX #BE85C1 Lilac

📋 copy color: '#BE85C1'

red 190 ◦ green 133 ◦ blue 193

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

Shades of Lilac #BE85C1

Tints of Lilac #BE85C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 36.82%
G = 25.78%
B = 37.4%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE85C1 (or 0xBE85C1) is known color: Lilac. HEX triplet: BE, 85 and C1. RGB value is (190,133,193). Sum of RGB (Red+Green+Blue) = 190+133+193=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE85C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85C1 is #417A3E. Grayscale: #9C9C9C. Windows color (decimal): -4291135 or 12682686. OLE color: 12682686.

HSL color Cylindrical-coordinate representation of color #BE85C1: hue angle of 297º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE85C1 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 133 193 -
CMYK 0.02 0.31 0 0.24
HSL 297º 0.33% 0.64% -
HSV(B) 297º 0.31% 0.76% -
XYZ 39.25 31.57 54.48 -
YUV 156.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 190 133 193 0.02 0.31 0 0.24 297 0.33 0.64
Hex BE 85 C1 2 1F 0 18 129 21 40
Octal 276 205 301 2 37 0 30 451 41 100
Binary 10111110 10000101 11000001 10 11111 0 11000 100101001 100001 1000000

Color Harmonies of #BE85C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85C1

Black with #BE85C1

Text Example


Text Example

White with #BE85C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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