Html Css Color HEX #BF8EDD Wisteria

📋 copy color: '#BF8EDD'

red 191 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #BF8EDD

Tints of Wisteria #BF8EDD

RGB

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

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

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

R = 34.48%
G = 25.63%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF8EDD (or 0xBF8EDD) is known color: Wisteria. HEX triplet: BF, 8E and DD. RGB value is (191,142,221). Sum of RGB (Red+Green+Blue) = 191+142+221=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EDD is #407122. Grayscale: #A5A5A5. Windows color (decimal): -4223267 or 14519999. OLE color: 14519999.

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

Color convert

RGB 191 142 221 -
CMYK 0.14 0.36 0 0.13
HSL 277.22º 0.54% 0.71% -
HSV(B) 277.22º 0.36% 0.87% -
XYZ 44.21 35.64 72.96 -
YUV 165.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 191 142 221 0.14 0.36 0 0.13 277.22 0.54 0.71
Hex BF 8E DD E 24 0 D 115 36 47
Octal 277 216 335 16 44 0 15 425 66 107
Binary 10111111 10001110 11011101 1110 100100 0 1101 100010101 110110 1000111

Color Harmonies of #BF8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EDD

Black with #BF8EDD

Text Example


Text Example

White with #BF8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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