Html Css Color HEX #BF8FE5 Wisteria

📋 copy color: '#BF8FE5'

red 191 ◦ green 143 ◦ blue 229

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

Shades of Wisteria #BF8FE5

Tints of Wisteria #BF8FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.67%

R = 33.93%
G = 25.4%
B = 40.67%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF8FE5 (or 0xBF8FE5) is known color: Wisteria. HEX triplet: BF, 8F and E5. RGB value is (191,143,229). Sum of RGB (Red+Green+Blue) = 191+143+229=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FE5 is #40701A. Grayscale: #A6A6A6. Windows color (decimal): -4223003 or 15044543. OLE color: 15044543.

HSL color Cylindrical-coordinate representation of color #BF8FE5: hue angle of 273.49º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8FE5 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 143 229 -
CMYK 0.17 0.38 0 0.10
HSL 273.49º 0.62% 0.73% -
HSV(B) 273.49º 0.38% 0.9% -
XYZ 45.45 36.38 78.75 -
YUV 167.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 191 143 229 0.17 0.38 0 0.10 273.49 0.62 0.73
Hex BF 8F E5 11 26 0 A 111 3E 49
Octal 277 217 345 21 46 0 12 421 76 111
Binary 10111111 10001111 11100101 10001 100110 0 1010 100010001 111110 1001001

Color Harmonies of #BF8FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FE5

Black with #BF8FE5

Text Example


Text Example

White with #BF8FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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