Html Css Color HEX #BF8FE7 Wisteria

📋 copy color: '#BF8FE7'

red 191 ◦ green 143 ◦ blue 231

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

Shades of Wisteria #BF8FE7

Tints of Wisteria #BF8FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 33.81%
G = 25.31%
B = 40.88%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF8FE7 (or 0xBF8FE7) is known color: Wisteria. HEX triplet: BF, 8F and E7. RGB value is (191,143,231). Sum of RGB (Red+Green+Blue) = 191+143+231=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FE7 is #407018. Grayscale: #A7A7A7. Windows color (decimal): -4223001 or 15175615. OLE color: 15175615.

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

Color convert

RGB 191 143 231 -
CMYK 0.17 0.38 0 0.09
HSL 272.73º 0.65% 0.73% -
HSV(B) 272.73º 0.38% 0.91% -
XYZ 45.73 36.49 80.23 -
YUV 167.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 191 143 231 0.17 0.38 0 0.09 272.73 0.65 0.73
Hex BF 8F E7 11 26 0 9 111 41 49
Octal 277 217 347 21 46 0 11 421 101 111
Binary 10111111 10001111 11100111 10001 100110 0 1001 100010001 1000001 1001001

Color Harmonies of #BF8FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FE7

Black with #BF8FE7

Text Example


Text Example

White with #BF8FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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