Html Css Color HEX #BC3EDF Medium Orchid

📋 copy color: '#BC3EDF'

red 188 ◦ green 62 ◦ blue 223

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

Shades of Medium Orchid #BC3EDF

Tints of Medium Orchid #BC3EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.11%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 39.75%
G = 13.11%
B = 47.15%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC3EDF (or 0xBC3EDF) is known color: Medium Orchid. HEX triplet: BC, 3E and DF. RGB value is (188,62,223). Sum of RGB (Red+Green+Blue) = 188+62+223=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC3EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EDF is #43C120. Grayscale: #757575. Windows color (decimal): -4440353 or 14630588. OLE color: 14630588.

HSL color Cylindrical-coordinate representation of color #BC3EDF: hue angle of 286.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3EDF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 62 223 -
CMYK 0.16 0.72 0 0.13
HSL 286.96º 0.72% 0.56% -
HSV(B) 286.96º 0.72% 0.87% -
XYZ 35.78 19.46 71.68 -
YUV 118.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 188 62 223 0.16 0.72 0 0.13 286.96 0.72 0.56
Hex BC 3E DF 10 48 0 D 11F 48 38
Octal 274 76 337 20 110 0 15 437 110 70
Binary 10111100 111110 11011111 10000 1001000 0 1101 100011111 1001000 111000

Color Harmonies of #BC3EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EDF

Black with #BC3EDF

Text Example


Text Example

White with #BC3EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EDF; }

 p { color: rgb(188,62,223); }

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

background-color css

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

 a { background-color: rgb(188,62,223); }

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

border-color css

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

 span { border-color: rgb(188,62,223); }

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