Html Css Color HEX #BF98DF Wisteria

📋 copy color: '#BF98DF'

red 191 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #BF98DF

Tints of Wisteria #BF98DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.86%

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

R = 33.75%
G = 26.86%
B = 39.4%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF98DF (or 0xBF98DF) is known color: Wisteria. HEX triplet: BF, 98 and DF. RGB value is (191,152,223). Sum of RGB (Red+Green+Blue) = 191+152+223=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98DF is #406720. Grayscale: #ABABAB. Windows color (decimal): -4220705 or 14653631. OLE color: 14653631.

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

Color convert

RGB 191 152 223 -
CMYK 0.14 0.32 0 0.13
HSL 272.96º 0.53% 0.74% -
HSV(B) 272.96º 0.32% 0.87% -
XYZ 46.03 38.86 74.89 -
YUV 171.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 191 152 223 0.14 0.32 0 0.13 272.96 0.53 0.74
Hex BF 98 DF E 20 0 D 111 35 4A
Octal 277 230 337 16 40 0 15 421 65 112
Binary 10111111 10011000 11011111 1110 100000 0 1101 100010001 110101 1001010

Color Harmonies of #BF98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98DF

Black with #BF98DF

Text Example


Text Example

White with #BF98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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