Html Css Color HEX #BF83E5 Wisteria

📋 copy color: '#BF83E5'

red 191 ◦ green 131 ◦ blue 229

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

Shades of Wisteria #BF83E5

Tints of Wisteria #BF83E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 34.66%
G = 23.77%
B = 41.56%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF83E5 (or 0xBF83E5) is known color: Wisteria. HEX triplet: BF, 83 and E5. RGB value is (191,131,229). Sum of RGB (Red+Green+Blue) = 191+131+229=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF83E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83E5 is #407C1A. Grayscale: #9F9F9F. Windows color (decimal): -4226075 or 15041471. OLE color: 15041471.

HSL color Cylindrical-coordinate representation of color #BF83E5: hue angle of 276.73º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF83E5 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 131 229 -
CMYK 0.17 0.43 0 0.10
HSL 276.73º 0.65% 0.71% -
HSV(B) 276.73º 0.43% 0.9% -
XYZ 43.75 32.97 78.19 -
YUV 160.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 191 131 229 0.17 0.43 0 0.10 276.73 0.65 0.71
Hex BF 83 E5 11 2B 0 A 115 41 47
Octal 277 203 345 21 53 0 12 425 101 107
Binary 10111111 10000011 11100101 10001 101011 0 1010 100010101 1000001 1000111

Color Harmonies of #BF83E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83E5

Black with #BF83E5

Text Example


Text Example

White with #BF83E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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