Html Css Color HEX #BF80D5 Wisteria

📋 copy color: '#BF80D5'

red 191 ◦ green 128 ◦ blue 213

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

Shades of Wisteria #BF80D5

Tints of Wisteria #BF80D5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.06%

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 35.9%
G = 24.06%
B = 40.04%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF80D5 (or 0xBF80D5) is known color: Wisteria. HEX triplet: BF, 80 and D5. RGB value is (191,128,213). Sum of RGB (Red+Green+Blue) = 191+128+213=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80D5 is #407F2A. Grayscale: #9C9C9C. Windows color (decimal): -4226859 or 13992127. OLE color: 13992127.

HSL color Cylindrical-coordinate representation of color #BF80D5: hue angle of 284.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF80D5 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 128 213 -
CMYK 0.10 0.40 0 0.16
HSL 284.47º 0.5% 0.67% -
HSV(B) 284.47º 0.4% 0.84% -
XYZ 41.22 31.32 66.82 -
YUV 156.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 191 128 213 0.10 0.40 0 0.16 284.47 0.5 0.67
Hex BF 80 D5 A 28 0 10 11C 32 43
Octal 277 200 325 12 50 0 20 434 62 103
Binary 10111111 10000000 11010101 1010 101000 0 10000 100011100 110010 1000011

Color Harmonies of #BF80D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80D5

Black with #BF80D5

Text Example


Text Example

White with #BF80D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80D5; }

 p { color: rgb(191,128,213); }

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

background-color css

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

 a { background-color: rgb(191,128,213); }

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

border-color css

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

 span { border-color: rgb(191,128,213); }

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