Html Css Color HEX #BC5EEF Medium Orchid

📋 copy color: '#BC5EEF'

red 188 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #BC5EEF

Tints of Medium Orchid #BC5EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 36.08%
G = 18.04%
B = 45.87%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC5EEF (or 0xBC5EEF) is known color: Medium Orchid. HEX triplet: BC, 5E and EF. RGB value is (188,94,239). Sum of RGB (Red+Green+Blue) = 188+94+239=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EEF is #43A110. Grayscale: #8A8A8A. Windows color (decimal): -4432145 or 15687356. OLE color: 15687356.

HSL color Cylindrical-coordinate representation of color #BC5EEF: hue angle of 278.9º degrees, saturation: 0.82, 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 #BC5EEF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 94 239 -
CMYK 0.21 0.61 0 0.06
HSL 278.9º 0.82% 0.65% -
HSV(B) 278.9º 0.61% 0.94% -
XYZ 40.32 24.93 84.35 -
YUV 138.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 188 94 239 0.21 0.61 0 0.06 278.9 0.82 0.65
Hex BC 5E EF 15 3D 0 6 117 52 41
Octal 274 136 357 25 75 0 6 427 122 101
Binary 10111100 1011110 11101111 10101 111101 0 110 100010111 1010010 1000001

Color Harmonies of #BC5EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EEF

Black with #BC5EEF

Text Example


Text Example

White with #BC5EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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