Html Css Color HEX #BF95DE Wisteria

📋 copy color: '#BF95DE'

red 191 ◦ green 149 ◦ blue 222

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

Shades of Wisteria #BF95DE

Tints of Wisteria #BF95DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 33.99%
G = 26.51%
B = 39.5%

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

#BF95DE (or 0xBF95DE) is known color: Wisteria. HEX triplet: BF, 95 and DE. RGB value is (191,149,222). Sum of RGB (Red+Green+Blue) = 191+149+222=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95DE is #406A21. Grayscale: #A9A9A9. Windows color (decimal): -4221474 or 14587327. OLE color: 14587327.

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

Color convert

RGB 191 149 222 -
CMYK 0.14 0.33 0 0.13
HSL 274.52º 0.53% 0.73% -
HSV(B) 274.52º 0.33% 0.87% -
XYZ 45.42 37.85 74.02 -
YUV 169.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 191 149 222 0.14 0.33 0 0.13 274.52 0.53 0.73
Hex BF 95 DE E 21 0 D 113 35 49
Octal 277 225 336 16 41 0 15 423 65 111
Binary 10111111 10010101 11011110 1110 100001 0 1101 100010011 110101 1001001

Color Harmonies of #BF95DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF95DE

Black with #BF95DE

Text Example


Text Example

White with #BF95DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF95DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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