Html Css Color HEX #BC3EFA Medium Orchid

📋 copy color: '#BC3EFA'

red 188 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #BC3EFA

Tints of Medium Orchid #BC3EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 37.6%
G = 12.4%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC3EFA (or 0xBC3EFA) is known color: Medium Orchid. HEX triplet: BC, 3E and FA. RGB value is (188,62,250). Sum of RGB (Red+Green+Blue) = 188+62+250=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC3EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EFA is #43C105. Grayscale: #787878. Windows color (decimal): -4440326 or 16400060. OLE color: 16400060.

HSL color Cylindrical-coordinate representation of color #BC3EFA: hue angle of 280.21º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3EFA is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 62 250 -
CMYK 0.25 0.75 0 0.02
HSL 280.21º 0.95% 0.61% -
HSV(B) 280.21º 0.75% 0.98% -
XYZ 39.72 21.04 92.41 -
YUV 121.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 188 62 250 0.25 0.75 0 0.02 280.21 0.95 0.61
Hex BC 3E FA 19 4B 0 2 118 5F 3D
Octal 274 76 372 31 113 0 2 430 137 75
Binary 10111100 111110 11111010 11001 1001011 0 10 100011000 1011111 111101

Color Harmonies of #BC3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EFA

Black with #BC3EFA

Text Example


Text Example

White with #BC3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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