Html Css Color HEX #BC2ED7 Medium Orchid

📋 copy color: '#BC2ED7'

red 188 ◦ green 46 ◦ blue 215

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

Shades of Medium Orchid #BC2ED7

Tints of Medium Orchid #BC2ED7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.24%

 BLUE value IS 215 (84.38% from 255) = 47.88%

R = 41.87%
G = 10.24%
B = 47.88%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC2ED7 (or 0xBC2ED7) is known color: Medium Orchid. HEX triplet: BC, 2E and D7. RGB value is (188,46,215). Sum of RGB (Red+Green+Blue) = 188+46+215=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC2ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ED7 is #43D128. Grayscale: #6B6B6B. Windows color (decimal): -4444457 or 14102204. OLE color: 14102204.

HSL color Cylindrical-coordinate representation of color #BC2ED7: hue angle of 290.41º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2ED7 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 46 215 -
CMYK 0.13 0.79 0 0.16
HSL 290.41º 0.68% 0.51% -
HSV(B) 290.41º 0.79% 0.84% -
XYZ 33.98 17.55 65.89 -
YUV 107.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 188 46 215 0.13 0.79 0 0.16 290.41 0.68 0.51
Hex BC 2E D7 D 4F 0 10 122 44 33
Octal 274 56 327 15 117 0 20 442 104 63
Binary 10111100 101110 11010111 1101 1001111 0 10000 100100010 1000100 110011

Color Harmonies of #BC2ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ED7

Black with #BC2ED7

Text Example


Text Example

White with #BC2ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ED7; }

 p { color: rgb(188,46,215); }

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

background-color css

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

 a { background-color: rgb(188,46,215); }

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

border-color css

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

 span { border-color: rgb(188,46,215); }

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