Html Css Color HEX #BF8EE4 Wisteria

📋 copy color: '#BF8EE4'

red 191 ◦ green 142 ◦ blue 228

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

Shades of Wisteria #BF8EE4

Tints of Wisteria #BF8EE4

RGB

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

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

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

R = 34.05%
G = 25.31%
B = 40.64%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF8EE4 (or 0xBF8EE4) is known color: Wisteria. HEX triplet: BF, 8E and E4. RGB value is (191,142,228). Sum of RGB (Red+Green+Blue) = 191+142+228=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF8EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EE4 is #40711B. Grayscale: #A6A6A6. Windows color (decimal): -4223260 or 14978751. OLE color: 14978751.

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

Color convert

RGB 191 142 228 -
CMYK 0.16 0.38 0 0.11
HSL 274.19º 0.61% 0.73% -
HSV(B) 274.19º 0.38% 0.89% -
XYZ 45.16 36.02 77.97 -
YUV 166.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 191 142 228 0.16 0.38 0 0.11 274.19 0.61 0.73
Hex BF 8E E4 10 26 0 B 112 3D 49
Octal 277 216 344 20 46 0 13 422 75 111
Binary 10111111 10001110 11100100 10000 100110 0 1011 100010010 111101 1001001

Color Harmonies of #BF8EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EE4

Black with #BF8EE4

Text Example


Text Example

White with #BF8EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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