Html Css Color HEX #BC5EF0 Medium Orchid

📋 copy color: '#BC5EF0'

red 188 ◦ green 94 ◦ blue 240

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

Shades of Medium Orchid #BC5EF0

Tints of Medium Orchid #BC5EF0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.01%

 BLUE value IS 240 (94.14% from 255) = 45.98%

R = 36.02%
G = 18.01%
B = 45.98%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC5EF0 (or 0xBC5EF0) is known color: Medium Orchid. HEX triplet: BC, 5E and F0. RGB value is (188,94,240). Sum of RGB (Red+Green+Blue) = 188+94+240=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC5EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EF0 is #43A10F. Grayscale: #8A8A8A. Windows color (decimal): -4432144 or 15752892. OLE color: 15752892.

HSL color Cylindrical-coordinate representation of color #BC5EF0: hue angle of 278.63º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5EF0 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 94 240 -
CMYK 0.22 0.61 0 0.06
HSL 278.63º 0.83% 0.65% -
HSV(B) 278.63º 0.61% 0.94% -
XYZ 40.47 24.99 85.13 -
YUV 138.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 188 94 240 0.22 0.61 0 0.06 278.63 0.83 0.65
Hex BC 5E F0 16 3D 0 6 117 53 41
Octal 274 136 360 26 75 0 6 427 123 101
Binary 10111100 1011110 11110000 10110 111101 0 110 100010111 1010011 1000001

Color Harmonies of #BC5EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EF0

Black with #BC5EF0

Text Example


Text Example

White with #BC5EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EF0; }

 p { color: rgb(188,94,240); }

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

background-color css

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

 a { background-color: rgb(188,94,240); }

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

border-color css

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

 span { border-color: rgb(188,94,240); }

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