Html Css Color HEX #BF95DC Wisteria

📋 copy color: '#BF95DC'

red 191 ◦ green 149 ◦ blue 220

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

Shades of Wisteria #BF95DC

Tints of Wisteria #BF95DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.61%

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

R = 34.11%
G = 26.61%
B = 39.29%

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

#BF95DC (or 0xBF95DC) is known color: Wisteria. HEX triplet: BF, 95 and DC. RGB value is (191,149,220). Sum of RGB (Red+Green+Blue) = 191+149+220=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95DC is #406A23. Grayscale: #A9A9A9. Windows color (decimal): -4221476 or 14456255. OLE color: 14456255.

HSL color Cylindrical-coordinate representation of color #BF95DC: hue angle of 275.49º 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 #BF95DC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 149 220 -
CMYK 0.13 0.32 0 0.14
HSL 275.49º 0.5% 0.72% -
HSV(B) 275.49º 0.32% 0.86% -
XYZ 45.15 37.74 72.61 -
YUV 169.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 191 149 220 0.13 0.32 0 0.14 275.49 0.5 0.72
Hex BF 95 DC D 20 0 E 113 32 48
Octal 277 225 334 15 40 0 16 423 62 110
Binary 10111111 10010101 11011100 1101 100000 0 1110 100010011 110010 1001000

Color Harmonies of #BF95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF95DC

Black with #BF95DC

Text Example


Text Example

White with #BF95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF95DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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