Html Css Color HEX #BF83C5 Lilac

📋 copy color: '#BF83C5'

red 191 ◦ green 131 ◦ blue 197

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

Shades of Lilac #BF83C5

Tints of Lilac #BF83C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 36.8%
G = 25.24%
B = 37.96%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF83C5 (or 0xBF83C5) is known color: Lilac. HEX triplet: BF, 83 and C5. RGB value is (191,131,197). Sum of RGB (Red+Green+Blue) = 191+131+197=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF83C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83C5 is #407C3A. Grayscale: #9C9C9C. Windows color (decimal): -4226107 or 12944319. OLE color: 12944319.

HSL color Cylindrical-coordinate representation of color #BF83C5: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF83C5 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 131 197 -
CMYK 0.03 0.34 0 0.23
HSL 294.55º 0.36% 0.64% -
HSV(B) 294.55º 0.34% 0.77% -
XYZ 39.68 31.34 56.78 -
YUV 156.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 191 131 197 0.03 0.34 0 0.23 294.55 0.36 0.64
Hex BF 83 C5 3 22 0 17 127 24 40
Octal 277 203 305 3 42 0 27 447 44 100
Binary 10111111 10000011 11000101 11 100010 0 10111 100100111 100100 1000000

Color Harmonies of #BF83C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83C5

Black with #BF83C5

Text Example


Text Example

White with #BF83C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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