Html Css Color HEX #BF8EDB Wisteria

📋 copy color: '#BF8EDB'

red 191 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #BF8EDB

Tints of Wisteria #BF8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.72%

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

R = 34.6%
G = 25.72%
B = 39.67%

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

#BF8EDB (or 0xBF8EDB) is known color: Wisteria. HEX triplet: BF, 8E and DB. RGB value is (191,142,219). Sum of RGB (Red+Green+Blue) = 191+142+219=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EDB is #407124. Grayscale: #A5A5A5. Windows color (decimal): -4223269 or 14388927. OLE color: 14388927.

HSL color Cylindrical-coordinate representation of color #BF8EDB: hue angle of 278.18º degrees, saturation: 0.52, 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 #BF8EDB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 142 219 -
CMYK 0.13 0.35 0 0.14
HSL 278.18º 0.52% 0.71% -
HSV(B) 278.18º 0.35% 0.86% -
XYZ 43.95 35.54 71.56 -
YUV 165.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 191 142 219 0.13 0.35 0 0.14 278.18 0.52 0.71
Hex BF 8E DB D 23 0 E 116 34 47
Octal 277 216 333 15 43 0 16 426 64 107
Binary 10111111 10001110 11011011 1101 100011 0 1110 100010110 110100 1000111

Color Harmonies of #BF8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EDB

Black with #BF8EDB

Text Example


Text Example

White with #BF8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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