Html Css Color HEX #BC3ECF Medium Orchid

📋 copy color: '#BC3ECF'

red 188 ◦ green 62 ◦ blue 207

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

Shades of Medium Orchid #BC3ECF

Tints of Medium Orchid #BC3ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 41.14%
G = 13.57%
B = 45.3%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC3ECF (or 0xBC3ECF) is known color: Medium Orchid. HEX triplet: BC, 3E and CF. RGB value is (188,62,207). Sum of RGB (Red+Green+Blue) = 188+62+207=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC3ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ECF is #43C130. Grayscale: #737373. Windows color (decimal): -4440369 or 13582012. OLE color: 13582012.

HSL color Cylindrical-coordinate representation of color #BC3ECF: hue angle of 292.14º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3ECF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 62 207 -
CMYK 0.09 0.70 0 0.19
HSL 292.14º 0.6% 0.53% -
HSV(B) 292.14º 0.7% 0.81% -
XYZ 33.72 18.64 60.85 -
YUV 116.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 188 62 207 0.09 0.70 0 0.19 292.14 0.6 0.53
Hex BC 3E CF 9 46 0 13 124 3C 35
Octal 274 76 317 11 106 0 23 444 74 65
Binary 10111100 111110 11001111 1001 1000110 0 10011 100100100 111100 110101

Color Harmonies of #BC3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3ECF

Black with #BC3ECF

Text Example


Text Example

White with #BC3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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