Html Css Color HEX #BF7DE7 Wisteria

📋 copy color: '#BF7DE7'

red 191 ◦ green 125 ◦ blue 231

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

Shades of Wisteria #BF7DE7

Tints of Wisteria #BF7DE7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.85%

 BLUE value IS 231 (90.63% from 255) = 42.23%

R = 34.92%
G = 22.85%
B = 42.23%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF7DE7 (or 0xBF7DE7) is known color: Wisteria. HEX triplet: BF, 7D and E7. RGB value is (191,125,231). Sum of RGB (Red+Green+Blue) = 191+125+231=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF7DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DE7 is #408218. Grayscale: #9C9C9C. Windows color (decimal): -4227609 or 15171007. OLE color: 15171007.

HSL color Cylindrical-coordinate representation of color #BF7DE7: hue angle of 277.36º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7DE7 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 125 231 -
CMYK 0.17 0.46 0 0.09
HSL 277.36º 0.69% 0.7% -
HSV(B) 277.36º 0.46% 0.91% -
XYZ 43.24 31.51 79.4 -
YUV 156.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 191 125 231 0.17 0.46 0 0.09 277.36 0.69 0.7
Hex BF 7D E7 11 2E 0 9 115 45 46
Octal 277 175 347 21 56 0 11 425 105 106
Binary 10111111 1111101 11100111 10001 101110 0 1001 100010101 1000101 1000110

Color Harmonies of #BF7DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7DE7

Black with #BF7DE7

Text Example


Text Example

White with #BF7DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7DE7; }

 p { color: rgb(191,125,231); }

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

background-color css

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

 a { background-color: rgb(191,125,231); }

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

border-color css

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

 span { border-color: rgb(191,125,231); }

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