Html Css Color HEX #BF80ED Wisteria

📋 copy color: '#BF80ED'

red 191 ◦ green 128 ◦ blue 237

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

Shades of Wisteria #BF80ED

Tints of Wisteria #BF80ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 34.35%
G = 23.02%
B = 42.63%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF80ED (or 0xBF80ED) is known color: Wisteria. HEX triplet: BF, 80 and ED. RGB value is (191,128,237). Sum of RGB (Red+Green+Blue) = 191+128+237=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80ED is #407F12. Grayscale: #9E9E9E. Windows color (decimal): -4226835 or 15564991. OLE color: 15564991.

HSL color Cylindrical-coordinate representation of color #BF80ED: hue angle of 274.68º degrees, saturation: 0.75, 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 #BF80ED is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 128 237 -
CMYK 0.19 0.46 0 0.07
HSL 274.68º 0.75% 0.72% -
HSV(B) 274.68º 0.46% 0.93% -
XYZ 44.49 32.63 84.07 -
YUV 159.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 191 128 237 0.19 0.46 0 0.07 274.68 0.75 0.72
Hex BF 80 ED 13 2E 0 7 113 4B 48
Octal 277 200 355 23 56 0 7 423 113 110
Binary 10111111 10000000 11101101 10011 101110 0 111 100010011 1001011 1001000

Color Harmonies of #BF80ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80ED

Black with #BF80ED

Text Example


Text Example

White with #BF80ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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