Html Css Color HEX #BF8DD1 Wisteria

📋 copy color: '#BF8DD1'

red 191 ◦ green 141 ◦ blue 209

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

Shades of Wisteria #BF8DD1

Tints of Wisteria #BF8DD1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.06%

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 35.3%
G = 26.06%
B = 38.63%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF8DD1 (or 0xBF8DD1) is known color: Wisteria. HEX triplet: BF, 8D and D1. RGB value is (191,141,209). Sum of RGB (Red+Green+Blue) = 191+141+209=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF8DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DD1 is #40722E. Grayscale: #A3A3A3. Windows color (decimal): -4223535 or 13733311. OLE color: 13733311.

HSL color Cylindrical-coordinate representation of color #BF8DD1: hue angle of 284.12º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF8DD1 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 141 209 -
CMYK 0.09 0.33 0 0.18
HSL 284.12º 0.43% 0.69% -
HSV(B) 284.12º 0.33% 0.82% -
XYZ 42.52 34.73 64.78 -
YUV 163.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 191 141 209 0.09 0.33 0 0.18 284.12 0.43 0.69
Hex BF 8D D1 9 21 0 12 11C 2A 45
Octal 277 215 321 11 41 0 22 434 52 105
Binary 10111111 10001101 11010001 1001 100001 0 10010 100011100 101010 1000101

Color Harmonies of #BF8DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8DD1

Black with #BF8DD1

Text Example


Text Example

White with #BF8DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8DD1; }

 p { color: rgb(191,141,209); }

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

background-color css

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

 a { background-color: rgb(191,141,209); }

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

border-color css

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

 span { border-color: rgb(191,141,209); }

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