Html Css Color HEX #BC70E3 Medium Orchid

📋 copy color: '#BC70E3'

red 188 ◦ green 112 ◦ blue 227

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

Shades of Medium Orchid #BC70E3

Tints of Medium Orchid #BC70E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.07%

R = 35.67%
G = 21.25%
B = 43.07%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC70E3 (or 0xBC70E3) is known color: Medium Orchid. HEX triplet: BC, 70 and E3. RGB value is (188,112,227). Sum of RGB (Red+Green+Blue) = 188+112+227=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC70E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70E3 is #438F1C. Grayscale: #939393. Windows color (decimal): -4427549 or 14905532. OLE color: 14905532.

HSL color Cylindrical-coordinate representation of color #BC70E3: hue angle of 279.65º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC70E3 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 112 227 -
CMYK 0.17 0.51 0 0.11
HSL 279.65º 0.67% 0.66% -
HSV(B) 279.65º 0.51% 0.89% -
XYZ 40.4 27.83 75.91 -
YUV 147.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 188 112 227 0.17 0.51 0 0.11 279.65 0.67 0.66
Hex BC 70 E3 11 33 0 B 118 43 42
Octal 274 160 343 21 63 0 13 430 103 102
Binary 10111100 1110000 11100011 10001 110011 0 1011 100011000 1000011 1000010

Color Harmonies of #BC70E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70E3

Black with #BC70E3

Text Example


Text Example

White with #BC70E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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