Html Css Color HEX #BC87EC Wisteria

📋 copy color: '#BC87EC'

red 188 ◦ green 135 ◦ blue 236

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

Shades of Wisteria #BC87EC

Tints of Wisteria #BC87EC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.15%

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

R = 33.63%
G = 24.15%
B = 42.22%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC87EC (or 0xBC87EC) is known color: Wisteria. HEX triplet: BC, 87 and EC. RGB value is (188,135,236). Sum of RGB (Red+Green+Blue) = 188+135+236=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC87EC is #437813. Grayscale: #A2A2A2. Windows color (decimal): -4421652 or 15501244. OLE color: 15501244.

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

Color convert

RGB 188 135 236 -
CMYK 0.20 0.43 0 0.07
HSL 271.49º 0.73% 0.73% -
HSV(B) 271.49º 0.43% 0.93% -
XYZ 44.54 34.08 83.59 -
YUV 162.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 188 135 236 0.20 0.43 0 0.07 271.49 0.73 0.73
Hex BC 87 EC 14 2B 0 7 10F 49 49
Octal 274 207 354 24 53 0 7 417 111 111
Binary 10111100 10000111 11101100 10100 101011 0 111 100001111 1001001 1001001

Color Harmonies of #BC87EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87EC

Black with #BC87EC

Text Example


Text Example

White with #BC87EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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