Html Css Color HEX #BC3FFF Medium Orchid

📋 copy color: '#BC3FFF'

red 188 ◦ green 63 ◦ blue 255

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

Shades of Medium Orchid #BC3FFF

Tints of Medium Orchid #BC3FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 37.15%
G = 12.45%
B = 50.4%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC3FFF (or 0xBC3FFF) is known color: Medium Orchid. HEX triplet: BC, 3F and FF. RGB value is (188,63,255). Sum of RGB (Red+Green+Blue) = 188+63+255=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3FFF is #43C000. Grayscale: #797979. Windows color (decimal): -4440065 or 16727996. OLE color: 16727996.

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

Color convert

RGB 188 63 255 -
CMYK 0.26 0.75 0 0
HSL 279.06º 1% 0.62% -
HSV(B) 279.06º 0.75% 1% -
XYZ 40.57 21.47 96.61 -
YUV 122.26 202.91 174.89 -
System Red Green Blue C M Y K H S L
Decimal 188 63 255 0.26 0.75 0 0 279.06 1 0.62
Hex BC 3F FF 1A 4B 0 0 117 64 3E
Octal 274 77 377 32 113 0 0 427 144 76
Binary 10111100 111111 11111111 11010 1001011 0 0 100010111 1100100 111110

Color Harmonies of #BC3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FFF

Black with #BC3FFF

Text Example


Text Example

White with #BC3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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