Html Css Color HEX #BC4FEC Medium Orchid

📋 copy color: '#BC4FEC'

red 188 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #BC4FEC

Tints of Medium Orchid #BC4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

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

R = 37.38%
G = 15.71%
B = 46.92%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC4FEC (or 0xBC4FEC) is known color: Medium Orchid. HEX triplet: BC, 4F and EC. RGB value is (188,79,236). Sum of RGB (Red+Green+Blue) = 188+79+236=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC4FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FEC is #43B013. Grayscale: #808080. Windows color (decimal): -4435988 or 15486908. OLE color: 15486908.

HSL color Cylindrical-coordinate representation of color #BC4FEC: hue angle of 281.66º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4FEC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 79 236 -
CMYK 0.20 0.67 0 0.07
HSL 281.66º 0.81% 0.62% -
HSV(B) 281.66º 0.67% 0.93% -
XYZ 38.68 22.34 81.63 -
YUV 129.49 188.11 169.73 -
System Red Green Blue C M Y K H S L
Decimal 188 79 236 0.20 0.67 0 0.07 281.66 0.81 0.62
Hex BC 4F EC 14 43 0 7 11A 51 3E
Octal 274 117 354 24 103 0 7 432 121 76
Binary 10111100 1001111 11101100 10100 1000011 0 111 100011010 1010001 111110

Color Harmonies of #BC4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FEC

Black with #BC4FEC

Text Example


Text Example

White with #BC4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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