Html Css Color HEX #BF94DB Wisteria

📋 copy color: '#BF94DB'

red 191 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #BF94DB

Tints of Wisteria #BF94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 34.23%
G = 26.52%
B = 39.25%

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

#BF94DB (or 0xBF94DB) is known color: Wisteria. HEX triplet: BF, 94 and DB. RGB value is (191,148,219). Sum of RGB (Red+Green+Blue) = 191+148+219=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94DB is #406B24. Grayscale: #A8A8A8. Windows color (decimal): -4221733 or 14390463. OLE color: 14390463.

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

Color convert

RGB 191 148 219 -
CMYK 0.13 0.32 0 0.14
HSL 276.34º 0.5% 0.72% -
HSV(B) 276.34º 0.32% 0.86% -
XYZ 44.86 37.37 71.87 -
YUV 168.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 191 148 219 0.13 0.32 0 0.14 276.34 0.5 0.72
Hex BF 94 DB D 20 0 E 114 32 48
Octal 277 224 333 15 40 0 16 424 62 110
Binary 10111111 10010100 11011011 1101 100000 0 1110 100010100 110010 1001000

Color Harmonies of #BF94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF94DB

Black with #BF94DB

Text Example


Text Example

White with #BF94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF94DB; }

 p { color: rgb(191,148,219); }

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

background-color css

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

 a { background-color: rgb(191,148,219); }

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

border-color css

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

 span { border-color: rgb(191,148,219); }

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