Html Css Color HEX #BC5EF4 Medium Orchid

📋 copy color: '#BC5EF4'

red 188 ◦ green 94 ◦ blue 244

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

Shades of Medium Orchid #BC5EF4

Tints of Medium Orchid #BC5EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.39%

R = 35.74%
G = 17.87%
B = 46.39%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC5EF4 (or 0xBC5EF4) is known color: Medium Orchid. HEX triplet: BC, 5E and F4. RGB value is (188,94,244). Sum of RGB (Red+Green+Blue) = 188+94+244=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC5EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EF4 is #43A10B. Grayscale: #8A8A8A. Windows color (decimal): -4432140 or 16015036. OLE color: 16015036.

HSL color Cylindrical-coordinate representation of color #BC5EF4: hue angle of 277.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5EF4 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 94 244 -
CMYK 0.23 0.61 0 0.04
HSL 277.6º 0.87% 0.66% -
HSV(B) 277.6º 0.61% 0.96% -
XYZ 41.07 25.23 88.29 -
YUV 139.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 188 94 244 0.23 0.61 0 0.04 277.6 0.87 0.66
Hex BC 5E F4 17 3D 0 4 116 57 42
Octal 274 136 364 27 75 0 4 426 127 102
Binary 10111100 1011110 11110100 10111 111101 0 100 100010110 1010111 1000010

Color Harmonies of #BC5EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EF4

Black with #BC5EF4

Text Example


Text Example

White with #BC5EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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