Html Css Color HEX #BC2FEF Medium Orchid

📋 copy color: '#BC2FEF'

red 188 ◦ green 47 ◦ blue 239

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

Shades of Medium Orchid #BC2FEF

Tints of Medium Orchid #BC2FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.92%

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

R = 39.66%
G = 9.92%
B = 50.42%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC2FEF (or 0xBC2FEF) is known color: Medium Orchid. HEX triplet: BC, 2F and EF. RGB value is (188,47,239). Sum of RGB (Red+Green+Blue) = 188+47+239=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FEF is #43D010. Grayscale: #6E6E6E. Windows color (decimal): -4444177 or 15675324. OLE color: 15675324.

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

Color convert

RGB 188 47 239 -
CMYK 0.21 0.80 0 0.06
HSL 284.06º 0.86% 0.56% -
HSV(B) 284.06º 0.8% 0.94% -
XYZ 37.34 18.96 83.35 -
YUV 111.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 188 47 239 0.21 0.80 0 0.06 284.06 0.86 0.56
Hex BC 2F EF 15 50 0 6 11C 56 38
Octal 274 57 357 25 120 0 6 434 126 70
Binary 10111100 101111 11101111 10101 1010000 0 110 100011100 1010110 111000

Color Harmonies of #BC2FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FEF

Black with #BC2FEF

Text Example


Text Example

White with #BC2FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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