Html Css Color HEX #BC3DD0 Medium Orchid

📋 copy color: '#BC3DD0'

red 188 ◦ green 61 ◦ blue 208

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

Shades of Medium Orchid #BC3DD0

Tints of Medium Orchid #BC3DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.51%

R = 41.14%
G = 13.35%
B = 45.51%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC3DD0 (or 0xBC3DD0) is known color: Medium Orchid. HEX triplet: BC, 3D and D0. RGB value is (188,61,208). Sum of RGB (Red+Green+Blue) = 188+61+208=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC3DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DD0 is #43C22F. Grayscale: #737373. Windows color (decimal): -4440624 or 13647292. OLE color: 13647292.

HSL color Cylindrical-coordinate representation of color #BC3DD0: hue angle of 291.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3DD0 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 61 208 -
CMYK 0.10 0.71 0 0.18
HSL 291.84º 0.61% 0.53% -
HSV(B) 291.84º 0.71% 0.82% -
XYZ 33.79 18.58 61.48 -
YUV 115.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 188 61 208 0.10 0.71 0 0.18 291.84 0.61 0.53
Hex BC 3D D0 A 47 0 12 124 3D 35
Octal 274 75 320 12 107 0 22 444 75 65
Binary 10111100 111101 11010000 1010 1000111 0 10010 100100100 111101 110101

Color Harmonies of #BC3DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DD0

Black with #BC3DD0

Text Example


Text Example

White with #BC3DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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