Html Css Color HEX #BC7EDF Wisteria

📋 copy color: '#BC7EDF'

red 188 ◦ green 126 ◦ blue 223

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

Shades of Wisteria #BC7EDF

Tints of Wisteria #BC7EDF

RGB

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

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

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

R = 35.01%
G = 23.46%
B = 41.53%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC7EDF (or 0xBC7EDF) is known color: Wisteria. HEX triplet: BC, 7E and DF. RGB value is (188,126,223). Sum of RGB (Red+Green+Blue) = 188+126+223=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EDF is #438120. Grayscale: #9B9B9B. Windows color (decimal): -4423969 or 14646972. OLE color: 14646972.

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

Color convert

RGB 188 126 223 -
CMYK 0.16 0.43 0 0.13
HSL 278.35º 0.6% 0.68% -
HSV(B) 278.35º 0.43% 0.87% -
XYZ 41.52 30.94 73.6 -
YUV 155.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 188 126 223 0.16 0.43 0 0.13 278.35 0.6 0.68
Hex BC 7E DF 10 2B 0 D 116 3C 44
Octal 274 176 337 20 53 0 15 426 74 104
Binary 10111100 1111110 11011111 10000 101011 0 1101 100010110 111100 1000100

Color Harmonies of #BC7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EDF

Black with #BC7EDF

Text Example


Text Example

White with #BC7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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