Html Css Color HEX #BC3ECE Medium Orchid

📋 copy color: '#BC3ECE'

red 188 ◦ green 62 ◦ blue 206

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

Shades of Medium Orchid #BC3ECE

Tints of Medium Orchid #BC3ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 41.23%
G = 13.6%
B = 45.18%

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

#BC3ECE (or 0xBC3ECE) is known color: Medium Orchid. HEX triplet: BC, 3E and CE. RGB value is (188,62,206). Sum of RGB (Red+Green+Blue) = 188+62+206=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC3ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ECE is #43C131. Grayscale: #737373. Windows color (decimal): -4440370 or 13516476. OLE color: 13516476.

HSL color Cylindrical-coordinate representation of color #BC3ECE: hue angle of 292.5º 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 #BC3ECE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 62 206 -
CMYK 0.09 0.70 0 0.19
HSL 292.5º 0.6% 0.53% -
HSV(B) 292.5º 0.7% 0.81% -
XYZ 33.6 18.59 60.21 -
YUV 116.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 188 62 206 0.09 0.70 0 0.19 292.5 0.6 0.53
Hex BC 3E CE 9 46 0 13 124 3C 35
Octal 274 76 316 11 106 0 23 444 74 65
Binary 10111100 111110 11001110 1001 1000110 0 10011 100100100 111100 110101

Color Harmonies of #BC3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3ECE

Black with #BC3ECE

Text Example


Text Example

White with #BC3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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