Html Css Color HEX #BF96DF Wisteria

📋 copy color: '#BF96DF'

red 191 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #BF96DF

Tints of Wisteria #BF96DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.6%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 33.87%
G = 26.6%
B = 39.54%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF96DF (or 0xBF96DF) is known color: Wisteria. HEX triplet: BF, 96 and DF. RGB value is (191,150,223). Sum of RGB (Red+Green+Blue) = 191+150+223=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96DF is #406920. Grayscale: #AAAAAA. Windows color (decimal): -4221217 or 14653119. OLE color: 14653119.

HSL color Cylindrical-coordinate representation of color #BF96DF: hue angle of 273.7º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF96DF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 150 223 -
CMYK 0.14 0.33 0 0.13
HSL 273.7º 0.53% 0.73% -
HSV(B) 273.7º 0.33% 0.87% -
XYZ 45.71 38.22 74.78 -
YUV 170.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 191 150 223 0.14 0.33 0 0.13 273.7 0.53 0.73
Hex BF 96 DF E 21 0 D 112 35 49
Octal 277 226 337 16 41 0 15 422 65 111
Binary 10111111 10010110 11011111 1110 100001 0 1101 100010010 110101 1001001

Color Harmonies of #BF96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96DF

Black with #BF96DF

Text Example


Text Example

White with #BF96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96DF; }

 p { color: rgb(191,150,223); }

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

background-color css

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

 a { background-color: rgb(191,150,223); }

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

border-color css

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

 span { border-color: rgb(191,150,223); }

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