Html Css Color HEX #BF7FE5 Wisteria

📋 copy color: '#BF7FE5'

red 191 ◦ green 127 ◦ blue 229

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

Shades of Wisteria #BF7FE5

Tints of Wisteria #BF7FE5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 34.92%
G = 23.22%
B = 41.86%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF7FE5 (or 0xBF7FE5) is known color: Wisteria. HEX triplet: BF, 7F and E5. RGB value is (191,127,229). Sum of RGB (Red+Green+Blue) = 191+127+229=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FE5 is #40801A. Grayscale: #9D9D9D. Windows color (decimal): -4227099 or 15040447. OLE color: 15040447.

HSL color Cylindrical-coordinate representation of color #BF7FE5: hue angle of 277.65º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF7FE5 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 127 229 -
CMYK 0.17 0.45 0 0.10
HSL 277.65º 0.66% 0.7% -
HSV(B) 277.65º 0.45% 0.9% -
XYZ 43.22 31.91 78.01 -
YUV 157.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 191 127 229 0.17 0.45 0 0.10 277.65 0.66 0.7
Hex BF 7F E5 11 2D 0 A 116 42 46
Octal 277 177 345 21 55 0 12 426 102 106
Binary 10111111 1111111 11100101 10001 101101 0 1010 100010110 1000010 1000110

Color Harmonies of #BF7FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FE5

Black with #BF7FE5

Text Example


Text Example

White with #BF7FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FE5; }

 p { color: rgb(191,127,229); }

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

background-color css

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

 a { background-color: rgb(191,127,229); }

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

border-color css

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

 span { border-color: rgb(191,127,229); }

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