Html Css Color HEX #BF8CDC Wisteria

📋 copy color: '#BF8CDC'

red 191 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #BF8CDC

Tints of Wisteria #BF8CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 34.66%
G = 25.41%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF8CDC (or 0xBF8CDC) is known color: Wisteria. HEX triplet: BF, 8C and DC. RGB value is (191,140,220). Sum of RGB (Red+Green+Blue) = 191+140+220=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CDC is #407323. Grayscale: #A4A4A4. Windows color (decimal): -4223780 or 14453951. OLE color: 14453951.

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

Color convert

RGB 191 140 220 -
CMYK 0.13 0.36 0 0.14
HSL 278.25º 0.53% 0.71% -
HSV(B) 278.25º 0.36% 0.86% -
XYZ 43.78 35 72.16 -
YUV 164.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 191 140 220 0.13 0.36 0 0.14 278.25 0.53 0.71
Hex BF 8C DC D 24 0 E 116 35 47
Octal 277 214 334 15 44 0 16 426 65 107
Binary 10111111 10001100 11011100 1101 100100 0 1110 100010110 110101 1000111

Color Harmonies of #BF8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CDC

Black with #BF8CDC

Text Example


Text Example

White with #BF8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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