Html Css Color HEX #BF7EDD Wisteria

📋 copy color: '#BF7EDD'

red 191 ◦ green 126 ◦ blue 221

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

Shades of Wisteria #BF7EDD

Tints of Wisteria #BF7EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 35.5%
G = 23.42%
B = 41.08%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF7EDD (or 0xBF7EDD) is known color: Wisteria. HEX triplet: BF, 7E and DD. RGB value is (191,126,221). Sum of RGB (Red+Green+Blue) = 191+126+221=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EDD is #408122. Grayscale: #9B9B9B. Windows color (decimal): -4227363 or 14515903. OLE color: 14515903.

HSL color Cylindrical-coordinate representation of color #BF7EDD: hue angle of 281.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7EDD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 126 221 -
CMYK 0.14 0.43 0 0.13
HSL 281.05º 0.58% 0.68% -
HSV(B) 281.05º 0.43% 0.87% -
XYZ 42 31.22 72.22 -
YUV 156.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 191 126 221 0.14 0.43 0 0.13 281.05 0.58 0.68
Hex BF 7E DD E 2B 0 D 119 3A 44
Octal 277 176 335 16 53 0 15 431 72 104
Binary 10111111 1111110 11011101 1110 101011 0 1101 100011001 111010 1000100

Color Harmonies of #BF7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EDD

Black with #BF7EDD

Text Example


Text Example

White with #BF7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EDD; }

 p { color: rgb(191,126,221); }

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

background-color css

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

 a { background-color: rgb(191,126,221); }

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

border-color css

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

 span { border-color: rgb(191,126,221); }

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