Html Css Color HEX #BF90DF Wisteria

📋 copy color: '#BF90DF'

red 191 ◦ green 144 ◦ blue 223

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

Shades of Wisteria #BF90DF

Tints of Wisteria #BF90DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 34.23%
G = 25.81%
B = 39.96%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF90DF (or 0xBF90DF) is known color: Wisteria. HEX triplet: BF, 90 and DF. RGB value is (191,144,223). Sum of RGB (Red+Green+Blue) = 191+144+223=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90DF is #406F20. Grayscale: #A6A6A6. Windows color (decimal): -4222753 or 14651583. OLE color: 14651583.

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

Color convert

RGB 191 144 223 -
CMYK 0.14 0.35 0 0.13
HSL 275.7º 0.55% 0.72% -
HSV(B) 275.7º 0.35% 0.87% -
XYZ 44.78 36.35 74.47 -
YUV 167.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 191 144 223 0.14 0.35 0 0.13 275.7 0.55 0.72
Hex BF 90 DF E 23 0 D 114 37 48
Octal 277 220 337 16 43 0 15 424 67 110
Binary 10111111 10010000 11011111 1110 100011 0 1101 100010100 110111 1001000

Color Harmonies of #BF90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90DF

Black with #BF90DF

Text Example


Text Example

White with #BF90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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