Html Css Color HEX #BF88DF Wisteria

📋 copy color: '#BF88DF'

red 191 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #BF88DF

Tints of Wisteria #BF88DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.73%

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

R = 34.73%
G = 24.73%
B = 40.55%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF88DF (or 0xBF88DF) is known color: Wisteria. HEX triplet: BF, 88 and DF. RGB value is (191,136,223). Sum of RGB (Red+Green+Blue) = 191+136+223=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88DF is #407720. Grayscale: #A2A2A2. Windows color (decimal): -4224801 or 14649535. OLE color: 14649535.

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

Color convert

RGB 191 136 223 -
CMYK 0.14 0.39 0 0.13
HSL 277.93º 0.58% 0.7% -
HSV(B) 277.93º 0.39% 0.87% -
XYZ 43.61 34.01 74.08 -
YUV 162.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 191 136 223 0.14 0.39 0 0.13 277.93 0.58 0.7
Hex BF 88 DF E 27 0 D 116 3A 46
Octal 277 210 337 16 47 0 15 426 72 106
Binary 10111111 10001000 11011111 1110 100111 0 1101 100010110 111010 1000110

Color Harmonies of #BF88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88DF

Black with #BF88DF

Text Example


Text Example

White with #BF88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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