Html Css Color HEX #BF90DA Wisteria

📋 copy color: '#BF90DA'

red 191 ◦ green 144 ◦ blue 218

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

Shades of Wisteria #BF90DA

Tints of Wisteria #BF90DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 34.54%
G = 26.04%
B = 39.42%

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

#BF90DA (or 0xBF90DA) is known color: Wisteria. HEX triplet: BF, 90 and DA. RGB value is (191,144,218). Sum of RGB (Red+Green+Blue) = 191+144+218=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90DA is #406F25. Grayscale: #A6A6A6. Windows color (decimal): -4222758 or 14323903. OLE color: 14323903.

HSL color Cylindrical-coordinate representation of color #BF90DA: hue angle of 278.11º degrees, saturation: 0.5, 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 #BF90DA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 144 218 -
CMYK 0.12 0.34 0 0.15
HSL 278.11º 0.5% 0.71% -
HSV(B) 278.11º 0.34% 0.85% -
XYZ 44.11 36.08 70.97 -
YUV 166.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 191 144 218 0.12 0.34 0 0.15 278.11 0.5 0.71
Hex BF 90 DA C 22 0 F 116 32 47
Octal 277 220 332 14 42 0 17 426 62 107
Binary 10111111 10010000 11011010 1100 100010 0 1111 100010110 110010 1000111

Color Harmonies of #BF90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90DA

Black with #BF90DA

Text Example


Text Example

White with #BF90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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