Html Css Color HEX #BC3CEF Medium Orchid

📋 copy color: '#BC3CEF'

red 188 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #BC3CEF

Tints of Medium Orchid #BC3CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.32%

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

R = 38.6%
G = 12.32%
B = 49.08%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC3CEF (or 0xBC3CEF) is known color: Medium Orchid. HEX triplet: BC, 3C and EF. RGB value is (188,60,239). Sum of RGB (Red+Green+Blue) = 188+60+239=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CEF is #43C310. Grayscale: #767676. Windows color (decimal): -4440849 or 15678652. OLE color: 15678652.

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

Color convert

RGB 188 60 239 -
CMYK 0.21 0.75 0 0.06
HSL 282.91º 0.85% 0.59% -
HSV(B) 282.91º 0.75% 0.94% -
XYZ 37.93 20.16 83.55 -
YUV 118.68 195.91 177.45 -
System Red Green Blue C M Y K H S L
Decimal 188 60 239 0.21 0.75 0 0.06 282.91 0.85 0.59
Hex BC 3C EF 15 4B 0 6 11B 55 3B
Octal 274 74 357 25 113 0 6 433 125 73
Binary 10111100 111100 11101111 10101 1001011 0 110 100011011 1010101 111011

Color Harmonies of #BC3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CEF

Black with #BC3CEF

Text Example


Text Example

White with #BC3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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