Html Css Color HEX #BF80EE Wisteria

📋 copy color: '#BF80EE'

red 191 ◦ green 128 ◦ blue 238

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

Shades of Wisteria #BF80EE

Tints of Wisteria #BF80EE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.98%

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

R = 34.29%
G = 22.98%
B = 42.73%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF80EE (or 0xBF80EE) is known color: Wisteria. HEX triplet: BF, 80 and EE. RGB value is (191,128,238). Sum of RGB (Red+Green+Blue) = 191+128+238=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80EE is #407F11. Grayscale: #9F9F9F. Windows color (decimal): -4226834 or 15630527. OLE color: 15630527.

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

Color convert

RGB 191 128 238 -
CMYK 0.20 0.46 0 0.07
HSL 274.36º 0.76% 0.72% -
HSV(B) 274.36º 0.46% 0.93% -
XYZ 44.64 32.69 84.85 -
YUV 159.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 191 128 238 0.20 0.46 0 0.07 274.36 0.76 0.72
Hex BF 80 EE 14 2E 0 7 112 4C 48
Octal 277 200 356 24 56 0 7 422 114 110
Binary 10111111 10000000 11101110 10100 101110 0 111 100010010 1001100 1001000

Color Harmonies of #BF80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80EE

Black with #BF80EE

Text Example


Text Example

White with #BF80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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