Html Css Color HEX #BF96DC Wisteria

📋 copy color: '#BF96DC'

red 191 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #BF96DC

Tints of Wisteria #BF96DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 34.05%
G = 26.74%
B = 39.22%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF96DC (or 0xBF96DC) is known color: Wisteria. HEX triplet: BF, 96 and DC. RGB value is (191,150,220). Sum of RGB (Red+Green+Blue) = 191+150+220=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96DC is #406923. Grayscale: #AAAAAA. Windows color (decimal): -4221220 or 14456511. OLE color: 14456511.

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

Color convert

RGB 191 150 220 -
CMYK 0.13 0.32 0 0.14
HSL 275.14º 0.5% 0.73% -
HSV(B) 275.14º 0.32% 0.86% -
XYZ 45.31 38.06 72.67 -
YUV 170.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 191 150 220 0.13 0.32 0 0.14 275.14 0.5 0.73
Hex BF 96 DC D 20 0 E 113 32 49
Octal 277 226 334 15 40 0 16 423 62 111
Binary 10111111 10010110 11011100 1101 100000 0 1110 100010011 110010 1001001

Color Harmonies of #BF96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96DC

Black with #BF96DC

Text Example


Text Example

White with #BF96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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