Html Css Color HEX #BC7EE1 Wisteria

📋 copy color: '#BC7EE1'

red 188 ◦ green 126 ◦ blue 225

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

Shades of Wisteria #BC7EE1

Tints of Wisteria #BC7EE1

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

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

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 34.88%
G = 23.38%
B = 41.74%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC7EE1 (or 0xBC7EE1) is known color: Wisteria. HEX triplet: BC, 7E and E1. RGB value is (188,126,225). Sum of RGB (Red+Green+Blue) = 188+126+225=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC7EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EE1 is #43811E. Grayscale: #9B9B9B. Windows color (decimal): -4423967 or 14778044. OLE color: 14778044.

HSL color Cylindrical-coordinate representation of color #BC7EE1: hue angle of 277.58º degrees, saturation: 0.62, 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 #BC7EE1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 126 225 -
CMYK 0.16 0.44 0 0.12
HSL 277.58º 0.62% 0.69% -
HSV(B) 277.58º 0.44% 0.88% -
XYZ 41.79 31.05 75.02 -
YUV 155.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 188 126 225 0.16 0.44 0 0.12 277.58 0.62 0.69
Hex BC 7E E1 10 2C 0 C 116 3E 45
Octal 274 176 341 20 54 0 14 426 76 105
Binary 10111100 1111110 11100001 10000 101100 0 1100 100010110 111110 1000101

Color Harmonies of #BC7EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EE1

Black with #BC7EE1

Text Example


Text Example

White with #BC7EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EE1; }

 p { color: rgb(188,126,225); }

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

background-color css

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

 a { background-color: rgb(188,126,225); }

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

border-color css

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

 span { border-color: rgb(188,126,225); }

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