Html Css Color HEX #BC3FFA Medium Orchid

📋 copy color: '#BC3FFA'

red 188 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #BC3FFA

Tints of Medium Orchid #BC3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.57%

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

R = 37.52%
G = 12.57%
B = 49.9%

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

#BC3FFA (or 0xBC3FFA) is known color: Medium Orchid. HEX triplet: BC, 3F and FA. RGB value is (188,63,250). Sum of RGB (Red+Green+Blue) = 188+63+250=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC3FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3FFA is #43C005. Grayscale: #797979. Windows color (decimal): -4440070 or 16400316. OLE color: 16400316.

HSL color Cylindrical-coordinate representation of color #BC3FFA: hue angle of 280.11º 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 #BC3FFA is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 63 250 -
CMYK 0.25 0.75 0 0.02
HSL 280.11º 0.95% 0.61% -
HSV(B) 280.11º 0.75% 0.98% -
XYZ 39.77 21.15 92.43 -
YUV 121.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 188 63 250 0.25 0.75 0 0.02 280.11 0.95 0.61
Hex BC 3F FA 19 4B 0 2 118 5F 3D
Octal 274 77 372 31 113 0 2 430 137 75
Binary 10111100 111111 11111010 11001 1001011 0 10 100011000 1011111 111101

Color Harmonies of #BC3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FFA

Black with #BC3FFA

Text Example


Text Example

White with #BC3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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