Html Css Color HEX #BC45DC Medium Orchid

📋 copy color: '#BC45DC'

red 188 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #BC45DC

Tints of Medium Orchid #BC45DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.47%

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 39.41%
G = 14.47%
B = 46.12%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC45DC (or 0xBC45DC) is known color: Medium Orchid. HEX triplet: BC, 45 and DC. RGB value is (188,69,220). Sum of RGB (Red+Green+Blue) = 188+69+220=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45DC is #43BA23. Grayscale: #797979. Windows color (decimal): -4438564 or 14435772. OLE color: 14435772.

HSL color Cylindrical-coordinate representation of color #BC45DC: hue angle of 287.28º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC45DC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 69 220 -
CMYK 0.15 0.69 0 0.14
HSL 287.28º 0.68% 0.57% -
HSV(B) 287.28º 0.69% 0.86% -
XYZ 35.79 20.11 69.71 -
YUV 121.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 188 69 220 0.15 0.69 0 0.14 287.28 0.68 0.57
Hex BC 45 DC F 45 0 E 11F 44 39
Octal 274 105 334 17 105 0 16 437 104 71
Binary 10111100 1000101 11011100 1111 1000101 0 1110 100011111 1000100 111001

Color Harmonies of #BC45DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45DC

Black with #BC45DC

Text Example


Text Example

White with #BC45DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45DC; }

 p { color: rgb(188,69,220); }

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

background-color css

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

 a { background-color: rgb(188,69,220); }

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

border-color css

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

 span { border-color: rgb(188,69,220); }

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