Html Css Color HEX #BF81ED Wisteria

📋 copy color: '#BF81ED'

red 191 ◦ green 129 ◦ blue 237

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

Shades of Wisteria #BF81ED

Tints of Wisteria #BF81ED

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.16%

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

R = 34.29%
G = 23.16%
B = 42.55%

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

#BF81ED (or 0xBF81ED) is known color: Wisteria. HEX triplet: BF, 81 and ED. RGB value is (191,129,237). Sum of RGB (Red+Green+Blue) = 191+129+237=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF81ED is #407E12. Grayscale: #9F9F9F. Windows color (decimal): -4226579 or 15565247. OLE color: 15565247.

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

Color convert

RGB 191 129 237 -
CMYK 0.19 0.46 0 0.07
HSL 274.44º 0.75% 0.72% -
HSV(B) 274.44º 0.46% 0.93% -
XYZ 44.62 32.89 84.12 -
YUV 159.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 191 129 237 0.19 0.46 0 0.07 274.44 0.75 0.72
Hex BF 81 ED 13 2E 0 7 112 4B 48
Octal 277 201 355 23 56 0 7 422 113 110
Binary 10111111 10000001 11101101 10011 101110 0 111 100010010 1001011 1001000

Color Harmonies of #BF81ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF81ED

Black with #BF81ED

Text Example


Text Example

White with #BF81ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF81ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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