Html Css Color HEX #BC3EFC Medium Orchid

📋 copy color: '#BC3EFC'

red 188 ◦ green 62 ◦ blue 252

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

Shades of Medium Orchid #BC3EFC

Tints of Medium Orchid #BC3EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.35%

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 37.45%
G = 12.35%
B = 50.2%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC3EFC (or 0xBC3EFC) is known color: Medium Orchid. HEX triplet: BC, 3E and FC. RGB value is (188,62,252). Sum of RGB (Red+Green+Blue) = 188+62+252=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC3EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EFC is #43C103. Grayscale: #787878. Windows color (decimal): -4440324 or 16531132. OLE color: 16531132.

HSL color Cylindrical-coordinate representation of color #BC3EFC: hue angle of 279.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3EFC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 62 252 -
CMYK 0.25 0.75 0 0.01
HSL 279.79º 0.97% 0.62% -
HSV(B) 279.79º 0.75% 0.99% -
XYZ 40.03 21.16 94.07 -
YUV 121.33 201.74 175.55 -
System Red Green Blue C M Y K H S L
Decimal 188 62 252 0.25 0.75 0 0.01 279.79 0.97 0.62
Hex BC 3E FC 19 4B 0 1 118 61 3E
Octal 274 76 374 31 113 0 1 430 141 76
Binary 10111100 111110 11111100 11001 1001011 0 1 100011000 1100001 111110

Color Harmonies of #BC3EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EFC

Black with #BC3EFC

Text Example


Text Example

White with #BC3EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EFC; }

 p { color: rgb(188,62,252); }

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

background-color css

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

 a { background-color: rgb(188,62,252); }

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

border-color css

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

 span { border-color: rgb(188,62,252); }

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