Html Css Color HEX #BF8FDD Wisteria

📋 copy color: '#BF8FDD'

red 191 ◦ green 143 ◦ blue 221

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

Shades of Wisteria #BF8FDD

Tints of Wisteria #BF8FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 34.41%
G = 25.77%
B = 39.82%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF8FDD (or 0xBF8FDD) is known color: Wisteria. HEX triplet: BF, 8F and DD. RGB value is (191,143,221). Sum of RGB (Red+Green+Blue) = 191+143+221=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FDD is #407022. Grayscale: #A5A5A5. Windows color (decimal): -4223011 or 14520255. OLE color: 14520255.

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

Color convert

RGB 191 143 221 -
CMYK 0.14 0.35 0 0.13
HSL 276.92º 0.53% 0.71% -
HSV(B) 276.92º 0.35% 0.87% -
XYZ 44.36 35.94 73.01 -
YUV 166.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 191 143 221 0.14 0.35 0 0.13 276.92 0.53 0.71
Hex BF 8F DD E 23 0 D 115 35 47
Octal 277 217 335 16 43 0 15 425 65 107
Binary 10111111 10001111 11011101 1110 100011 0 1101 100010101 110101 1000111

Color Harmonies of #BF8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FDD

Black with #BF8FDD

Text Example


Text Example

White with #BF8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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