Html Css Color HEX #BF7EE0 Wisteria

📋 copy color: '#BF7EE0'

red 191 ◦ green 126 ◦ blue 224

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

Shades of Wisteria #BF7EE0

Tints of Wisteria #BF7EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 35.3%
G = 23.29%
B = 41.4%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF7EE0 (or 0xBF7EE0) is known color: Wisteria. HEX triplet: BF, 7E and E0. RGB value is (191,126,224). Sum of RGB (Red+Green+Blue) = 191+126+224=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EE0 is #40811F. Grayscale: #9C9C9C. Windows color (decimal): -4227360 or 14712511. OLE color: 14712511.

HSL color Cylindrical-coordinate representation of color #BF7EE0: hue angle of 279.8º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF7EE0 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 126 224 -
CMYK 0.15 0.44 0 0.12
HSL 279.8º 0.61% 0.69% -
HSV(B) 279.8º 0.44% 0.88% -
XYZ 42.4 31.38 74.34 -
YUV 156.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 191 126 224 0.15 0.44 0 0.12 279.8 0.61 0.69
Hex BF 7E E0 F 2C 0 C 118 3D 45
Octal 277 176 340 17 54 0 14 430 75 105
Binary 10111111 1111110 11100000 1111 101100 0 1100 100011000 111101 1000101

Color Harmonies of #BF7EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EE0

Black with #BF7EE0

Text Example


Text Example

White with #BF7EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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