Html Css Color HEX #BF83C0 Lilac

📋 copy color: '#BF83C0'

red 191 ◦ green 131 ◦ blue 192

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

Shades of Lilac #BF83C0

Tints of Lilac #BF83C0

RGB

 RED value IS 191 (75% from 255) = 37.16%

 GREEN value IS 131 (51.56% from 255) = 25.49%

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 37.16%
G = 25.49%
B = 37.35%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF83C0 (or 0xBF83C0) is known color: Lilac. HEX triplet: BF, 83 and C0. RGB value is (191,131,192). Sum of RGB (Red+Green+Blue) = 191+131+192=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF83C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83C0 is #407C3F. Grayscale: #9B9B9B. Windows color (decimal): -4226112 or 12616639. OLE color: 12616639.

HSL color Cylindrical-coordinate representation of color #BF83C0: hue angle of 299.02º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF83C0 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 131 192 -
CMYK 0.01 0.32 0 0.25
HSL 299.02º 0.33% 0.63% -
HSV(B) 299.02º 0.32% 0.75% -
XYZ 39.12 31.11 53.81 -
YUV 155.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 191 131 192 0.01 0.32 0 0.25 299.02 0.33 0.63
Hex BF 83 C0 1 20 0 19 12B 21 3F
Octal 277 203 300 1 40 0 31 453 41 77
Binary 10111111 10000011 11000000 1 100000 0 11001 100101011 100001 111111

Color Harmonies of #BF83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83C0

Black with #BF83C0

Text Example


Text Example

White with #BF83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83C0; }

 p { color: rgb(191,131,192); }

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

background-color css

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

 a { background-color: rgb(191,131,192); }

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

border-color css

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

 span { border-color: rgb(191,131,192); }

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