Html Css Color HEX #BF96DD Wisteria

📋 copy color: '#BF96DD'

red 191 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #BF96DD

Tints of Wisteria #BF96DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 33.99%
G = 26.69%
B = 39.32%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF96DD (or 0xBF96DD) is known color: Wisteria. HEX triplet: BF, 96 and DD. RGB value is (191,150,221). Sum of RGB (Red+Green+Blue) = 191+150+221=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96DD is #406922. Grayscale: #AAAAAA. Windows color (decimal): -4221219 or 14522047. OLE color: 14522047.

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

Color convert

RGB 191 150 221 -
CMYK 0.14 0.32 0 0.13
HSL 274.65º 0.51% 0.73% -
HSV(B) 274.65º 0.32% 0.87% -
XYZ 45.44 38.11 73.37 -
YUV 170.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 191 150 221 0.14 0.32 0 0.13 274.65 0.51 0.73
Hex BF 96 DD E 20 0 D 113 33 49
Octal 277 226 335 16 40 0 15 423 63 111
Binary 10111111 10010110 11011101 1110 100000 0 1101 100010011 110011 1001001

Color Harmonies of #BF96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96DD

Black with #BF96DD

Text Example


Text Example

White with #BF96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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