Html Css Color HEX #BC70EC Medium Orchid

📋 copy color: '#BC70EC'

red 188 ◦ green 112 ◦ blue 236

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

Shades of Medium Orchid #BC70EC

Tints of Medium Orchid #BC70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.9%

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

R = 35.07%
G = 20.9%
B = 44.03%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC70EC (or 0xBC70EC) is known color: Medium Orchid. HEX triplet: BC, 70 and EC. RGB value is (188,112,236). Sum of RGB (Red+Green+Blue) = 188+112+236=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70EC is #438F13. Grayscale: #949494. Windows color (decimal): -4427540 or 15495356. OLE color: 15495356.

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

Color convert

RGB 188 112 236 -
CMYK 0.20 0.53 0 0.07
HSL 276.77º 0.77% 0.68% -
HSV(B) 276.77º 0.53% 0.93% -
XYZ 41.67 28.34 82.63 -
YUV 148.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 188 112 236 0.20 0.53 0 0.07 276.77 0.77 0.68
Hex BC 70 EC 14 35 0 7 115 4D 44
Octal 274 160 354 24 65 0 7 425 115 104
Binary 10111100 1110000 11101100 10100 110101 0 111 100010101 1001101 1000100

Color Harmonies of #BC70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70EC

Black with #BC70EC

Text Example


Text Example

White with #BC70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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