Html Css Color HEX #BF8DE7 Wisteria

📋 copy color: '#BF8DE7'

red 191 ◦ green 141 ◦ blue 231

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

Shades of Wisteria #BF8DE7

Tints of Wisteria #BF8DE7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.04%

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

R = 33.93%
G = 25.04%
B = 41.03%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF8DE7 (or 0xBF8DE7) is known color: Wisteria. HEX triplet: BF, 8D and E7. RGB value is (191,141,231). Sum of RGB (Red+Green+Blue) = 191+141+231=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF8DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8DE7 is #407218. Grayscale: #A5A5A5. Windows color (decimal): -4223513 or 15175103. OLE color: 15175103.

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

Color convert

RGB 191 141 231 -
CMYK 0.17 0.39 0 0.09
HSL 273.33º 0.65% 0.73% -
HSV(B) 273.33º 0.39% 0.91% -
XYZ 45.43 35.9 80.14 -
YUV 166.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 191 141 231 0.17 0.39 0 0.09 273.33 0.65 0.73
Hex BF 8D E7 11 27 0 9 111 41 49
Octal 277 215 347 21 47 0 11 421 101 111
Binary 10111111 10001101 11100111 10001 100111 0 1001 100010001 1000001 1001001

Color Harmonies of #BF8DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8DE7

Black with #BF8DE7

Text Example


Text Example

White with #BF8DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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