Html Css Color HEX #BC4EFE Medium Orchid

📋 copy color: '#BC4EFE'

red 188 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #BC4EFE

Tints of Medium Orchid #BC4EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 36.15%
G = 15%
B = 48.85%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC4EFE (or 0xBC4EFE) is known color: Medium Orchid. HEX triplet: BC, 4E and FE. RGB value is (188,78,254). Sum of RGB (Red+Green+Blue) = 188+78+254=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC4EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EFE is #43B101. Grayscale: #828282. Windows color (decimal): -4436226 or 16666300. OLE color: 16666300.

HSL color Cylindrical-coordinate representation of color #BC4EFE: hue angle of 277.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4EFE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 78 254 -
CMYK 0.26 0.69 0 0.00
HSL 277.5º 0.99% 0.65% -
HSV(B) 277.5º 0.69% 1% -
XYZ 41.35 23.3 96.08 -
YUV 130.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 188 78 254 0.26 0.69 0 0.00 277.5 0.99 0.65
Hex BC 4E FE 1A 45 0 0 116 63 41
Octal 274 116 376 32 105 0 0 426 143 101
Binary 10111100 1001110 11111110 11010 1000101 0 0 100010110 1100011 1000001

Color Harmonies of #BC4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EFE

Black with #BC4EFE

Text Example


Text Example

White with #BC4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EFE; }

 p { color: rgb(188,78,254); }

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

background-color css

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

 a { background-color: rgb(188,78,254); }

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

border-color css

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

 span { border-color: rgb(188,78,254); }

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