Html Css Color HEX #BF7EDF Wisteria

📋 copy color: '#BF7EDF'

red 191 ◦ green 126 ◦ blue 223

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

Shades of Wisteria #BF7EDF

Tints of Wisteria #BF7EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 35.37%
G = 23.33%
B = 41.3%

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

#BF7EDF (or 0xBF7EDF) is known color: Wisteria. HEX triplet: BF, 7E and DF. RGB value is (191,126,223). Sum of RGB (Red+Green+Blue) = 191+126+223=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EDF is #408120. Grayscale: #9C9C9C. Windows color (decimal): -4227361 or 14646975. OLE color: 14646975.

HSL color Cylindrical-coordinate representation of color #BF7EDF: hue angle of 280.21º degrees, saturation: 0.6, 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 #BF7EDF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 126 223 -
CMYK 0.14 0.43 0 0.13
HSL 280.21º 0.6% 0.68% -
HSV(B) 280.21º 0.43% 0.87% -
XYZ 42.27 31.33 73.63 -
YUV 156.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 191 126 223 0.14 0.43 0 0.13 280.21 0.6 0.68
Hex BF 7E DF E 2B 0 D 118 3C 44
Octal 277 176 337 16 53 0 15 430 74 104
Binary 10111111 1111110 11011111 1110 101011 0 1101 100011000 111100 1000100

Color Harmonies of #BF7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EDF

Black with #BF7EDF

Text Example


Text Example

White with #BF7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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