Html Css Color HEX #BE85C2 Lilac

📋 copy color: '#BE85C2'

red 190 ◦ green 133 ◦ blue 194

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

Shades of Lilac #BE85C2

Tints of Lilac #BE85C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 36.75%
G = 25.73%
B = 37.52%

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

#BE85C2 (or 0xBE85C2) is known color: Lilac. HEX triplet: BE, 85 and C2. RGB value is (190,133,194). Sum of RGB (Red+Green+Blue) = 190+133+194=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE85C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85C2 is #417A3D. Grayscale: #9C9C9C. Windows color (decimal): -4291134 or 12748222. OLE color: 12748222.

HSL color Cylindrical-coordinate representation of color #BE85C2: hue angle of 296.07º 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 #BE85C2 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 133 194 -
CMYK 0.02 0.31 0 0.24
HSL 296.07º 0.33% 0.64% -
HSV(B) 296.07º 0.31% 0.76% -
XYZ 39.36 31.62 55.07 -
YUV 157 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 190 133 194 0.02 0.31 0 0.24 296.07 0.33 0.64
Hex BE 85 C2 2 1F 0 18 128 21 40
Octal 276 205 302 2 37 0 30 450 41 100
Binary 10111110 10000101 11000010 10 11111 0 11000 100101000 100001 1000000

Color Harmonies of #BE85C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85C2

Black with #BE85C2

Text Example


Text Example

White with #BE85C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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