Html Css Color HEX #BF83E0 Wisteria

📋 copy color: '#BF83E0'

red 191 ◦ green 131 ◦ blue 224

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

Shades of Wisteria #BF83E0

Tints of Wisteria #BF83E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 34.98%
G = 23.99%
B = 41.03%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF83E0 (or 0xBF83E0) is known color: Wisteria. HEX triplet: BF, 83 and E0. RGB value is (191,131,224). Sum of RGB (Red+Green+Blue) = 191+131+224=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF83E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83E0 is #407C1F. Grayscale: #9F9F9F. Windows color (decimal): -4226080 or 14713791. OLE color: 14713791.

HSL color Cylindrical-coordinate representation of color #BF83E0: hue angle of 278.71º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF83E0 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 131 224 -
CMYK 0.15 0.42 0 0.12
HSL 278.71º 0.6% 0.7% -
HSV(B) 278.71º 0.42% 0.88% -
XYZ 43.06 32.69 74.56 -
YUV 159.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 191 131 224 0.15 0.42 0 0.12 278.71 0.6 0.7
Hex BF 83 E0 F 2A 0 C 117 3C 46
Octal 277 203 340 17 52 0 14 427 74 106
Binary 10111111 10000011 11100000 1111 101010 0 1100 100010111 111100 1000110

Color Harmonies of #BF83E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83E0

Black with #BF83E0

Text Example


Text Example

White with #BF83E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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