Html Css Color HEX #BF8CDD Wisteria

📋 copy color: '#BF8CDD'

red 191 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #BF8CDD

Tints of Wisteria #BF8CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 34.6%
G = 25.36%
B = 40.04%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF8CDD (or 0xBF8CDD) is known color: Wisteria. HEX triplet: BF, 8C and DD. RGB value is (191,140,221). Sum of RGB (Red+Green+Blue) = 191+140+221=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CDD is #407322. Grayscale: #A4A4A4. Windows color (decimal): -4223779 or 14519487. OLE color: 14519487.

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

Color convert

RGB 191 140 221 -
CMYK 0.14 0.37 0 0.13
HSL 277.78º 0.54% 0.71% -
HSV(B) 277.78º 0.37% 0.87% -
XYZ 43.92 35.05 72.86 -
YUV 164.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 191 140 221 0.14 0.37 0 0.13 277.78 0.54 0.71
Hex BF 8C DD E 25 0 D 116 36 47
Octal 277 214 335 16 45 0 15 426 66 107
Binary 10111111 10001100 11011101 1110 100101 0 1101 100010110 110110 1000111

Color Harmonies of #BF8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CDD

Black with #BF8CDD

Text Example


Text Example

White with #BF8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CDD; }

 p { color: rgb(191,140,221); }

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

background-color css

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

 a { background-color: rgb(191,140,221); }

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

border-color css

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

 span { border-color: rgb(191,140,221); }

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