Html Css Color HEX #BC3DD5 Medium Orchid

📋 copy color: '#BC3DD5'

red 188 ◦ green 61 ◦ blue 213

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

Shades of Medium Orchid #BC3DD5

Tints of Medium Orchid #BC3DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.1%

R = 40.69%
G = 13.2%
B = 46.1%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC3DD5 (or 0xBC3DD5) is known color: Medium Orchid. HEX triplet: BC, 3D and D5. RGB value is (188,61,213). Sum of RGB (Red+Green+Blue) = 188+61+213=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC3DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DD5 is #43C22A. Grayscale: #737373. Windows color (decimal): -4440619 or 13974972. OLE color: 13974972.

HSL color Cylindrical-coordinate representation of color #BC3DD5: hue angle of 290.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3DD5 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 61 213 -
CMYK 0.12 0.71 0 0.16
HSL 290.13º 0.64% 0.54% -
HSV(B) 290.13º 0.71% 0.84% -
XYZ 34.42 18.83 64.77 -
YUV 116.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 188 61 213 0.12 0.71 0 0.16 290.13 0.64 0.54
Hex BC 3D D5 C 47 0 10 122 40 36
Octal 274 75 325 14 107 0 20 442 100 66
Binary 10111100 111101 11010101 1100 1000111 0 10000 100100010 1000000 110110

Color Harmonies of #BC3DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DD5

Black with #BC3DD5

Text Example


Text Example

White with #BC3DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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