Html Css Color HEX #BC7FDC Wisteria

📋 copy color: '#BC7FDC'

red 188 ◦ green 127 ◦ blue 220

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

Shades of Wisteria #BC7FDC

Tints of Wisteria #BC7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.74%

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

R = 35.14%
G = 23.74%
B = 41.12%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC7FDC (or 0xBC7FDC) is known color: Wisteria. HEX triplet: BC, 7F and DC. RGB value is (188,127,220). Sum of RGB (Red+Green+Blue) = 188+127+220=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FDC is #438023. Grayscale: #9B9B9B. Windows color (decimal): -4423716 or 14450620. OLE color: 14450620.

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

Color convert

RGB 188 127 220 -
CMYK 0.15 0.42 0 0.14
HSL 279.35º 0.57% 0.68% -
HSV(B) 279.35º 0.42% 0.86% -
XYZ 41.25 31.04 71.53 -
YUV 155.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 188 127 220 0.15 0.42 0 0.14 279.35 0.57 0.68
Hex BC 7F DC F 2A 0 E 117 39 44
Octal 274 177 334 17 52 0 16 427 71 104
Binary 10111100 1111111 11011100 1111 101010 0 1110 100010111 111001 1000100

Color Harmonies of #BC7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FDC

Black with #BC7FDC

Text Example


Text Example

White with #BC7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FDC; }

 p { color: rgb(188,127,220); }

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

background-color css

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

 a { background-color: rgb(188,127,220); }

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

border-color css

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

 span { border-color: rgb(188,127,220); }

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