Html Css Color HEX #BC5FEC Medium Orchid

📋 copy color: '#BC5FEC'

red 188 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #BC5FEC

Tints of Medium Orchid #BC5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 36.22%
G = 18.3%
B = 45.47%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC5FEC (or 0xBC5FEC) is known color: Medium Orchid. HEX triplet: BC, 5F and EC. RGB value is (188,95,236). Sum of RGB (Red+Green+Blue) = 188+95+236=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FEC is #43A013. Grayscale: #8A8A8A. Windows color (decimal): -4431892 or 15491004. OLE color: 15491004.

HSL color Cylindrical-coordinate representation of color #BC5FEC: hue angle of 279.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5FEC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 95 236 -
CMYK 0.20 0.60 0 0.07
HSL 279.57º 0.79% 0.65% -
HSV(B) 279.57º 0.6% 0.93% -
XYZ 39.97 24.93 82.06 -
YUV 138.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 188 95 236 0.20 0.60 0 0.07 279.57 0.79 0.65
Hex BC 5F EC 14 3C 0 7 118 4F 41
Octal 274 137 354 24 74 0 7 430 117 101
Binary 10111100 1011111 11101100 10100 111100 0 111 100011000 1001111 1000001

Color Harmonies of #BC5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FEC

Black with #BC5FEC

Text Example


Text Example

White with #BC5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FEC; }

 p { color: rgb(188,95,236); }

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

background-color css

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

 a { background-color: rgb(188,95,236); }

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

border-color css

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

 span { border-color: rgb(188,95,236); }

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