Html Css Color HEX #BF8FE1 Wisteria

📋 copy color: '#BF8FE1'

red 191 ◦ green 143 ◦ blue 225

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

Shades of Wisteria #BF8FE1

Tints of Wisteria #BF8FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 34.17%
G = 25.58%
B = 40.25%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF8FE1 (or 0xBF8FE1) is known color: Wisteria. HEX triplet: BF, 8F and E1. RGB value is (191,143,225). Sum of RGB (Red+Green+Blue) = 191+143+225=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FE1 is #40701E. Grayscale: #A6A6A6. Windows color (decimal): -4223007 or 14782399. OLE color: 14782399.

HSL color Cylindrical-coordinate representation of color #BF8FE1: hue angle of 275.12º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8FE1 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 143 225 -
CMYK 0.15 0.36 0 0.12
HSL 275.12º 0.58% 0.72% -
HSV(B) 275.12º 0.36% 0.88% -
XYZ 44.9 36.16 75.85 -
YUV 166.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 191 143 225 0.15 0.36 0 0.12 275.12 0.58 0.72
Hex BF 8F E1 F 24 0 C 113 3A 48
Octal 277 217 341 17 44 0 14 423 72 110
Binary 10111111 10001111 11100001 1111 100100 0 1100 100010011 111010 1001000

Color Harmonies of #BF8FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FE1

Black with #BF8FE1

Text Example


Text Example

White with #BF8FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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