Html Css Color HEX #BF83D5 Wisteria

📋 copy color: '#BF83D5'

red 191 ◦ green 131 ◦ blue 213

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

Shades of Wisteria #BF83D5

Tints of Wisteria #BF83D5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.49%

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

R = 35.7%
G = 24.49%
B = 39.81%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF83D5 (or 0xBF83D5) is known color: Wisteria. HEX triplet: BF, 83 and D5. RGB value is (191,131,213). Sum of RGB (Red+Green+Blue) = 191+131+213=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF83D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83D5 is #407C2A. Grayscale: #9E9E9E. Windows color (decimal): -4226091 or 13992895. OLE color: 13992895.

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

Color convert

RGB 191 131 213 -
CMYK 0.10 0.38 0 0.16
HSL 283.9º 0.49% 0.67% -
HSV(B) 283.9º 0.38% 0.84% -
XYZ 41.61 32.11 66.96 -
YUV 158.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 191 131 213 0.10 0.38 0 0.16 283.9 0.49 0.67
Hex BF 83 D5 A 26 0 10 11C 31 43
Octal 277 203 325 12 46 0 20 434 61 103
Binary 10111111 10000011 11010101 1010 100110 0 10000 100011100 110001 1000011

Color Harmonies of #BF83D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83D5

Black with #BF83D5

Text Example


Text Example

White with #BF83D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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