Html Css Color HEX #BF8FCA Lilac

📋 copy color: '#BF8FCA'

red 191 ◦ green 143 ◦ blue 202

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

Shades of Lilac #BF8FCA

Tints of Lilac #BF8FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.68%

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 35.63%
G = 26.68%
B = 37.69%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF8FCA (or 0xBF8FCA) is known color: Lilac. HEX triplet: BF, 8F and CA. RGB value is (191,143,202). Sum of RGB (Red+Green+Blue) = 191+143+202=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF8FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FCA is #407035. Grayscale: #A3A3A3. Windows color (decimal): -4223030 or 13275071. OLE color: 13275071.

HSL color Cylindrical-coordinate representation of color #BF8FCA: hue angle of 288.81º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8FCA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 143 202 -
CMYK 0.05 0.29 0 0.21
HSL 288.81º 0.36% 0.68% -
HSV(B) 288.81º 0.29% 0.79% -
XYZ 41.97 34.99 60.42 -
YUV 164.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 191 143 202 0.05 0.29 0 0.21 288.81 0.36 0.68
Hex BF 8F CA 5 1D 0 15 121 24 44
Octal 277 217 312 5 35 0 25 441 44 104
Binary 10111111 10001111 11001010 101 11101 0 10101 100100001 100100 1000100

Color Harmonies of #BF8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FCA

Black with #BF8FCA

Text Example


Text Example

White with #BF8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FCA; }

 p { color: rgb(191,143,202); }

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

background-color css

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

 a { background-color: rgb(191,143,202); }

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

border-color css

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

 span { border-color: rgb(191,143,202); }

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