Html Css Color HEX #BC3BFF Medium Orchid

📋 copy color: '#BC3BFF'

red 188 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #BC3BFF

Tints of Medium Orchid #BC3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.75%

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

R = 37.45%
G = 11.75%
B = 50.8%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC3BFF (or 0xBC3BFF) is known color: Medium Orchid. HEX triplet: BC, 3B and FF. RGB value is (188,59,255). Sum of RGB (Red+Green+Blue) = 188+59+255=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC3BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BFF is #43C400. Grayscale: #777777. Windows color (decimal): -4441089 or 16726972. OLE color: 16726972.

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

Color convert

RGB 188 59 255 -
CMYK 0.26 0.77 0 0
HSL 279.49º 1% 0.62% -
HSV(B) 279.49º 0.77% 1% -
XYZ 40.35 21.04 96.54 -
YUV 119.92 204.24 176.56 -
System Red Green Blue C M Y K H S L
Decimal 188 59 255 0.26 0.77 0 0 279.49 1 0.62
Hex BC 3B FF 1A 4D 0 0 117 64 3E
Octal 274 73 377 32 115 0 0 427 144 76
Binary 10111100 111011 11111111 11010 1001101 0 0 100010111 1100100 111110

Color Harmonies of #BC3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BFF

Black with #BC3BFF

Text Example


Text Example

White with #BC3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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