Html Css Color HEX #BF83EE Wisteria

📋 copy color: '#BF83EE'

red 191 ◦ green 131 ◦ blue 238

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

Shades of Wisteria #BF83EE

Tints of Wisteria #BF83EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.5%

R = 34.11%
G = 23.39%
B = 42.5%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF83EE (or 0xBF83EE) is known color: Wisteria. HEX triplet: BF, 83 and EE. RGB value is (191,131,238). Sum of RGB (Red+Green+Blue) = 191+131+238=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83EE is #407C11. Grayscale: #A0A0A0. Windows color (decimal): -4226066 or 15631295. OLE color: 15631295.

HSL color Cylindrical-coordinate representation of color #BF83EE: hue angle of 273.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF83EE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 131 238 -
CMYK 0.20 0.45 0 0.07
HSL 273.64º 0.76% 0.72% -
HSV(B) 273.64º 0.45% 0.93% -
XYZ 45.03 33.48 84.98 -
YUV 161.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 191 131 238 0.20 0.45 0 0.07 273.64 0.76 0.72
Hex BF 83 EE 14 2D 0 7 112 4C 48
Octal 277 203 356 24 55 0 7 422 114 110
Binary 10111111 10000011 11101110 10100 101101 0 111 100010010 1001100 1001000

Color Harmonies of #BF83EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83EE

Black with #BF83EE

Text Example


Text Example

White with #BF83EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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