Html Css Color HEX #BF8FDB Wisteria

📋 copy color: '#BF8FDB'

red 191 ◦ green 143 ◦ blue 219

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

Shades of Wisteria #BF8FDB

Tints of Wisteria #BF8FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 34.54%
G = 25.86%
B = 39.6%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF8FDB (or 0xBF8FDB) is known color: Wisteria. HEX triplet: BF, 8F and DB. RGB value is (191,143,219). Sum of RGB (Red+Green+Blue) = 191+143+219=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FDB is #407024. Grayscale: #A5A5A5. Windows color (decimal): -4223013 or 14389183. OLE color: 14389183.

HSL color Cylindrical-coordinate representation of color #BF8FDB: hue angle of 277.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8FDB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 143 219 -
CMYK 0.13 0.35 0 0.14
HSL 277.89º 0.51% 0.71% -
HSV(B) 277.89º 0.35% 0.86% -
XYZ 44.09 35.84 71.61 -
YUV 166.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 191 143 219 0.13 0.35 0 0.14 277.89 0.51 0.71
Hex BF 8F DB D 23 0 E 116 33 47
Octal 277 217 333 15 43 0 16 426 63 107
Binary 10111111 10001111 11011011 1101 100011 0 1110 100010110 110011 1000111

Color Harmonies of #BF8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FDB

Black with #BF8FDB

Text Example


Text Example

White with #BF8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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