Html Css Color HEX #BC2EEF Medium Orchid

📋 copy color: '#BC2EEF'

red 188 ◦ green 46 ◦ blue 239

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

Shades of Medium Orchid #BC2EEF

Tints of Medium Orchid #BC2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.73%

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

R = 39.75%
G = 9.73%
B = 50.53%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC2EEF (or 0xBC2EEF) is known color: Medium Orchid. HEX triplet: BC, 2E and EF. RGB value is (188,46,239). Sum of RGB (Red+Green+Blue) = 188+46+239=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EEF is #43D110. Grayscale: #6D6D6D. Windows color (decimal): -4444433 or 15675068. OLE color: 15675068.

HSL color Cylindrical-coordinate representation of color #BC2EEF: hue angle of 284.15º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2EEF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 46 239 -
CMYK 0.21 0.81 0 0.06
HSL 284.15º 0.86% 0.56% -
HSV(B) 284.15º 0.81% 0.94% -
XYZ 37.3 18.88 83.34 -
YUV 110.46 200.54 183.31 -
System Red Green Blue C M Y K H S L
Decimal 188 46 239 0.21 0.81 0 0.06 284.15 0.86 0.56
Hex BC 2E EF 15 51 0 6 11C 56 38
Octal 274 56 357 25 121 0 6 434 126 70
Binary 10111100 101110 11101111 10101 1010001 0 110 100011100 1010110 111000

Color Harmonies of #BC2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EEF

Black with #BC2EEF

Text Example


Text Example

White with #BC2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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