Html Css Color HEX #BC45DF Medium Orchid

📋 copy color: '#BC45DF'

red 188 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #BC45DF

Tints of Medium Orchid #BC45DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 39.17%
G = 14.38%
B = 46.46%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC45DF (or 0xBC45DF) is known color: Medium Orchid. HEX triplet: BC, 45 and DF. RGB value is (188,69,223). Sum of RGB (Red+Green+Blue) = 188+69+223=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC45DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45DF is #43BA20. Grayscale: #797979. Windows color (decimal): -4438561 or 14632380. OLE color: 14632380.

HSL color Cylindrical-coordinate representation of color #BC45DF: hue angle of 286.36º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC45DF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 69 223 -
CMYK 0.16 0.69 0 0.13
HSL 286.36º 0.71% 0.57% -
HSV(B) 286.36º 0.69% 0.87% -
XYZ 36.19 20.28 71.82 -
YUV 122.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 188 69 223 0.16 0.69 0 0.13 286.36 0.71 0.57
Hex BC 45 DF 10 45 0 D 11E 47 39
Octal 274 105 337 20 105 0 15 436 107 71
Binary 10111100 1000101 11011111 10000 1000101 0 1101 100011110 1000111 111001

Color Harmonies of #BC45DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45DF

Black with #BC45DF

Text Example


Text Example

White with #BC45DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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