Html Css Color HEX #BF8FE4 Wisteria

📋 copy color: '#BF8FE4'

red 191 ◦ green 143 ◦ blue 228

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

Shades of Wisteria #BF8FE4

Tints of Wisteria #BF8FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.57%

R = 33.99%
G = 25.44%
B = 40.57%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF8FE4 (or 0xBF8FE4) is known color: Wisteria. HEX triplet: BF, 8F and E4. RGB value is (191,143,228). Sum of RGB (Red+Green+Blue) = 191+143+228=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF8FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FE4 is #40701B. Grayscale: #A6A6A6. Windows color (decimal): -4223004 or 14979007. OLE color: 14979007.

HSL color Cylindrical-coordinate representation of color #BF8FE4: hue angle of 273.88º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF8FE4 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 143 228 -
CMYK 0.16 0.37 0 0.11
HSL 273.88º 0.61% 0.73% -
HSV(B) 273.88º 0.37% 0.89% -
XYZ 45.31 36.32 78.02 -
YUV 167.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 191 143 228 0.16 0.37 0 0.11 273.88 0.61 0.73
Hex BF 8F E4 10 25 0 B 112 3D 49
Octal 277 217 344 20 45 0 13 422 75 111
Binary 10111111 10001111 11100100 10000 100101 0 1011 100010010 111101 1001001

Color Harmonies of #BF8FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FE4

Black with #BF8FE4

Text Example


Text Example

White with #BF8FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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