Html Css Color HEX #BF8BDB Wisteria

📋 copy color: '#BF8BDB'

red 191 ◦ green 139 ◦ blue 219

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

Shades of Wisteria #BF8BDB

Tints of Wisteria #BF8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.32%

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

R = 34.79%
G = 25.32%
B = 39.89%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF8BDB (or 0xBF8BDB) is known color: Wisteria. HEX triplet: BF, 8B and DB. RGB value is (191,139,219). Sum of RGB (Red+Green+Blue) = 191+139+219=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BDB is #407424. Grayscale: #A3A3A3. Windows color (decimal): -4224037 or 14388159. OLE color: 14388159.

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

Color convert

RGB 191 139 219 -
CMYK 0.13 0.37 0 0.14
HSL 279º 0.53% 0.7% -
HSV(B) 279º 0.37% 0.86% -
XYZ 43.5 34.66 71.41 -
YUV 163.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 191 139 219 0.13 0.37 0 0.14 279 0.53 0.7
Hex BF 8B DB D 25 0 E 117 35 46
Octal 277 213 333 15 45 0 16 427 65 106
Binary 10111111 10001011 11011011 1101 100101 0 1110 100010111 110101 1000110

Color Harmonies of #BF8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BDB

Black with #BF8BDB

Text Example


Text Example

White with #BF8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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