Html Css Color HEX #BC3DF0 Medium Orchid

📋 copy color: '#BC3DF0'

red 188 ◦ green 61 ◦ blue 240

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

Shades of Medium Orchid #BC3DF0

Tints of Medium Orchid #BC3DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.47%

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 38.45%
G = 12.47%
B = 49.08%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC3DF0 (or 0xBC3DF0) is known color: Medium Orchid. HEX triplet: BC, 3D and F0. RGB value is (188,61,240). Sum of RGB (Red+Green+Blue) = 188+61+240=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC3DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DF0 is #43C20F. Grayscale: #767676. Windows color (decimal): -4440592 or 15744444. OLE color: 15744444.

HSL color Cylindrical-coordinate representation of color #BC3DF0: hue angle of 282.57º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3DF0 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 61 240 -
CMYK 0.22 0.75 0 0.06
HSL 282.57º 0.86% 0.59% -
HSV(B) 282.57º 0.75% 0.94% -
XYZ 38.14 20.32 84.35 -
YUV 119.38 196.08 176.95 -
System Red Green Blue C M Y K H S L
Decimal 188 61 240 0.22 0.75 0 0.06 282.57 0.86 0.59
Hex BC 3D F0 16 4B 0 6 11B 56 3B
Octal 274 75 360 26 113 0 6 433 126 73
Binary 10111100 111101 11110000 10110 1001011 0 110 100011011 1010110 111011

Color Harmonies of #BC3DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DF0

Black with #BC3DF0

Text Example


Text Example

White with #BC3DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DF0; }

 p { color: rgb(188,61,240); }

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

background-color css

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

 a { background-color: rgb(188,61,240); }

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

border-color css

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

 span { border-color: rgb(188,61,240); }

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