Html Css Color HEX #BC3CFF Medium Orchid

📋 copy color: '#BC3CFF'

red 188 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #BC3CFF

Tints of Medium Orchid #BC3CFF

RGB

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

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

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

R = 37.38%
G = 11.93%
B = 50.7%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC3CFF (or 0xBC3CFF) is known color: Medium Orchid. HEX triplet: BC, 3C and FF. RGB value is (188,60,255). Sum of RGB (Red+Green+Blue) = 188+60+255=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CFF is #43C300. Grayscale: #777777. Windows color (decimal): -4440833 or 16727228. OLE color: 16727228.

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

Color convert

RGB 188 60 255 -
CMYK 0.26 0.76 0 0
HSL 279.38º 1% 0.62% -
HSV(B) 279.38º 0.76% 1% -
XYZ 40.4 21.14 96.56 -
YUV 120.5 203.91 176.14 -
System Red Green Blue C M Y K H S L
Decimal 188 60 255 0.26 0.76 0 0 279.38 1 0.62
Hex BC 3C FF 1A 4C 0 0 117 64 3E
Octal 274 74 377 32 114 0 0 427 144 76
Binary 10111100 111100 11111111 11010 1001100 0 0 100010111 1100100 111110

Color Harmonies of #BC3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CFF

Black with #BC3CFF

Text Example


Text Example

White with #BC3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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