Html Css Color HEX #BF8EF1 Wisteria

📋 copy color: '#BF8EF1'

red 191 ◦ green 142 ◦ blue 241

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

Shades of Wisteria #BF8EF1

Tints of Wisteria #BF8EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 33.28%
G = 24.74%
B = 41.99%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF8EF1 (or 0xBF8EF1) is known color: Wisteria. HEX triplet: BF, 8E and F1. RGB value is (191,142,241). Sum of RGB (Red+Green+Blue) = 191+142+241=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF8EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EF1 is #40710E. Grayscale: #A7A7A7. Windows color (decimal): -4223247 or 15830719. OLE color: 15830719.

HSL color Cylindrical-coordinate representation of color #BF8EF1: hue angle of 269.7º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8EF1 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 142 241 -
CMYK 0.21 0.41 0 0.05
HSL 269.7º 0.78% 0.75% -
HSV(B) 269.7º 0.41% 0.95% -
XYZ 47.04 36.77 87.84 -
YUV 167.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 191 142 241 0.21 0.41 0 0.05 269.7 0.78 0.75
Hex BF 8E F1 15 29 0 5 10E 4E 4B
Octal 277 216 361 25 51 0 5 416 116 113
Binary 10111111 10001110 11110001 10101 101001 0 101 100001110 1001110 1001011

Color Harmonies of #BF8EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EF1

Black with #BF8EF1

Text Example


Text Example

White with #BF8EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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