Html Css Color HEX #BF90DC Wisteria

📋 copy color: '#BF90DC'

red 191 ◦ green 144 ◦ blue 220

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

Shades of Wisteria #BF90DC

Tints of Wisteria #BF90DC

RGB

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

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

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

R = 34.41%
G = 25.95%
B = 39.64%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF90DC (or 0xBF90DC) is known color: Wisteria. HEX triplet: BF, 90 and DC. RGB value is (191,144,220). Sum of RGB (Red+Green+Blue) = 191+144+220=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90DC is #406F23. Grayscale: #A6A6A6. Windows color (decimal): -4222756 or 14454975. OLE color: 14454975.

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

Color convert

RGB 191 144 220 -
CMYK 0.13 0.35 0 0.14
HSL 277.11º 0.52% 0.71% -
HSV(B) 277.11º 0.35% 0.86% -
XYZ 44.38 36.19 72.36 -
YUV 166.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 191 144 220 0.13 0.35 0 0.14 277.11 0.52 0.71
Hex BF 90 DC D 23 0 E 115 34 47
Octal 277 220 334 15 43 0 16 425 64 107
Binary 10111111 10010000 11011100 1101 100011 0 1110 100010101 110100 1000111

Color Harmonies of #BF90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90DC

Black with #BF90DC

Text Example


Text Example

White with #BF90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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