Html Css Color HEX #BF90D9 Wisteria

📋 copy color: '#BF90D9'

red 191 ◦ green 144 ◦ blue 217

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

Shades of Wisteria #BF90D9

Tints of Wisteria #BF90D9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.09%

 BLUE value IS 217 (85.16% from 255) = 39.31%

R = 34.6%
G = 26.09%
B = 39.31%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF90D9 (or 0xBF90D9) is known color: Wisteria. HEX triplet: BF, 90 and D9. RGB value is (191,144,217). Sum of RGB (Red+Green+Blue) = 191+144+217=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90D9 is #406F26. Grayscale: #A6A6A6. Windows color (decimal): -4222759 or 14258367. OLE color: 14258367.

HSL color Cylindrical-coordinate representation of color #BF90D9: hue angle of 278.63º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF90D9 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 144 217 -
CMYK 0.12 0.34 0 0.15
HSL 278.63º 0.49% 0.71% -
HSV(B) 278.63º 0.34% 0.85% -
XYZ 43.98 36.03 70.28 -
YUV 166.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 191 144 217 0.12 0.34 0 0.15 278.63 0.49 0.71
Hex BF 90 D9 C 22 0 F 117 31 47
Octal 277 220 331 14 42 0 17 427 61 107
Binary 10111111 10010000 11011001 1100 100010 0 1111 100010111 110001 1000111

Color Harmonies of #BF90D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90D9

Black with #BF90D9

Text Example


Text Example

White with #BF90D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90D9; }

 p { color: rgb(191,144,217); }

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

background-color css

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

 a { background-color: rgb(191,144,217); }

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

border-color css

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

 span { border-color: rgb(191,144,217); }

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