Html Css Color HEX #BF7EDC Wisteria

📋 copy color: '#BF7EDC'

red 191 ◦ green 126 ◦ blue 220

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

Shades of Wisteria #BF7EDC

Tints of Wisteria #BF7EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 35.57%
G = 23.46%
B = 40.97%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF7EDC (or 0xBF7EDC) is known color: Wisteria. HEX triplet: BF, 7E and DC. RGB value is (191,126,220). Sum of RGB (Red+Green+Blue) = 191+126+220=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EDC is #408123. Grayscale: #9B9B9B. Windows color (decimal): -4227364 or 14450367. OLE color: 14450367.

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

Color convert

RGB 191 126 220 -
CMYK 0.13 0.43 0 0.14
HSL 281.49º 0.57% 0.68% -
HSV(B) 281.49º 0.43% 0.86% -
XYZ 41.86 31.17 71.52 -
YUV 156.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 191 126 220 0.13 0.43 0 0.14 281.49 0.57 0.68
Hex BF 7E DC D 2B 0 E 119 39 44
Octal 277 176 334 15 53 0 16 431 71 104
Binary 10111111 1111110 11011100 1101 101011 0 1110 100011001 111001 1000100

Color Harmonies of #BF7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EDC

Black with #BF7EDC

Text Example


Text Example

White with #BF7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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