Html Css Color HEX #BF8BDD Wisteria

📋 copy color: '#BF8BDD'

red 191 ◦ green 139 ◦ blue 221

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

Shades of Wisteria #BF8BDD

Tints of Wisteria #BF8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.23%

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

R = 34.66%
G = 25.23%
B = 40.11%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF8BDD (or 0xBF8BDD) is known color: Wisteria. HEX triplet: BF, 8B and DD. RGB value is (191,139,221). Sum of RGB (Red+Green+Blue) = 191+139+221=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BDD is #407422. Grayscale: #A3A3A3. Windows color (decimal): -4224035 or 14519231. OLE color: 14519231.

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

Color convert

RGB 191 139 221 -
CMYK 0.14 0.37 0 0.13
HSL 278.05º 0.55% 0.71% -
HSV(B) 278.05º 0.37% 0.87% -
XYZ 43.77 34.76 72.81 -
YUV 163.9 160.23 147.33 -
System Red Green Blue C M Y K H S L
Decimal 191 139 221 0.14 0.37 0 0.13 278.05 0.55 0.71
Hex BF 8B DD E 25 0 D 116 37 47
Octal 277 213 335 16 45 0 15 426 67 107
Binary 10111111 10001011 11011101 1110 100101 0 1101 100010110 110111 1000111

Color Harmonies of #BF8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BDD

Black with #BF8BDD

Text Example


Text Example

White with #BF8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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