Html Css Color HEX #BF88DB Wisteria

📋 copy color: '#BF88DB'

red 191 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #BF88DB

Tints of Wisteria #BF88DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 34.98%
G = 24.91%
B = 40.11%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF88DB (or 0xBF88DB) is known color: Wisteria. HEX triplet: BF, 88 and DB. RGB value is (191,136,219). Sum of RGB (Red+Green+Blue) = 191+136+219=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88DB is #407724. Grayscale: #A1A1A1. Windows color (decimal): -4224805 or 14387391. OLE color: 14387391.

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

Color convert

RGB 191 136 219 -
CMYK 0.13 0.38 0 0.14
HSL 279.76º 0.54% 0.7% -
HSV(B) 279.76º 0.38% 0.86% -
XYZ 43.08 33.8 71.27 -
YUV 161.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 191 136 219 0.13 0.38 0 0.14 279.76 0.54 0.7
Hex BF 88 DB D 26 0 E 118 36 46
Octal 277 210 333 15 46 0 16 430 66 106
Binary 10111111 10001000 11011011 1101 100110 0 1110 100011000 110110 1000110

Color Harmonies of #BF88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88DB

Black with #BF88DB

Text Example


Text Example

White with #BF88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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