Html Css Color HEX #BF83E8 Wisteria

📋 copy color: '#BF83E8'

red 191 ◦ green 131 ◦ blue 232

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

Shades of Wisteria #BF83E8

Tints of Wisteria #BF83E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.88%

R = 34.48%
G = 23.65%
B = 41.88%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF83E8 (or 0xBF83E8) is known color: Wisteria. HEX triplet: BF, 83 and E8. RGB value is (191,131,232). Sum of RGB (Red+Green+Blue) = 191+131+232=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF83E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83E8 is #407C17. Grayscale: #A0A0A0. Windows color (decimal): -4226072 or 15238079. OLE color: 15238079.

HSL color Cylindrical-coordinate representation of color #BF83E8: hue angle of 275.64º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF83E8 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 131 232 -
CMYK 0.18 0.44 0 0.09
HSL 275.64º 0.69% 0.71% -
HSV(B) 275.64º 0.44% 0.91% -
XYZ 44.17 33.14 80.41 -
YUV 160.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 191 131 232 0.18 0.44 0 0.09 275.64 0.69 0.71
Hex BF 83 E8 12 2C 0 9 114 45 47
Octal 277 203 350 22 54 0 11 424 105 107
Binary 10111111 10000011 11101000 10010 101100 0 1001 100010100 1000101 1000111

Color Harmonies of #BF83E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83E8

Black with #BF83E8

Text Example


Text Example

White with #BF83E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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