Html Css Color HEX #BC7DEC Wisteria

📋 copy color: '#BC7DEC'

red 188 ◦ green 125 ◦ blue 236

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

Shades of Wisteria #BC7DEC

Tints of Wisteria #BC7DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.77%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 34.24%
G = 22.77%
B = 42.99%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC7DEC (or 0xBC7DEC) is known color: Wisteria. HEX triplet: BC, 7D and EC. RGB value is (188,125,236). Sum of RGB (Red+Green+Blue) = 188+125+236=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DEC is #438213. Grayscale: #9C9C9C. Windows color (decimal): -4424212 or 15498684. OLE color: 15498684.

HSL color Cylindrical-coordinate representation of color #BC7DEC: hue angle of 274.05º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7DEC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 125 236 -
CMYK 0.20 0.47 0 0.07
HSL 274.05º 0.74% 0.71% -
HSV(B) 274.05º 0.47% 0.93% -
XYZ 43.21 31.41 83.14 -
YUV 156.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 188 125 236 0.20 0.47 0 0.07 274.05 0.74 0.71
Hex BC 7D EC 14 2F 0 7 112 4A 47
Octal 274 175 354 24 57 0 7 422 112 107
Binary 10111100 1111101 11101100 10100 101111 0 111 100010010 1001010 1000111

Color Harmonies of #BC7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DEC

Black with #BC7DEC

Text Example


Text Example

White with #BC7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DEC; }

 p { color: rgb(188,125,236); }

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

background-color css

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

 a { background-color: rgb(188,125,236); }

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

border-color css

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

 span { border-color: rgb(188,125,236); }

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