Html Css Color HEX #BC44DF Medium Orchid

📋 copy color: '#BC44DF'

red 188 ◦ green 68 ◦ blue 223

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

Shades of Medium Orchid #BC44DF

Tints of Medium Orchid #BC44DF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.2%

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

R = 39.25%
G = 14.2%
B = 46.56%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC44DF (or 0xBC44DF) is known color: Medium Orchid. HEX triplet: BC, 44 and DF. RGB value is (188,68,223). Sum of RGB (Red+Green+Blue) = 188+68+223=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC44DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44DF is #43BB20. Grayscale: #797979. Windows color (decimal): -4438817 or 14632124. OLE color: 14632124.

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

Color convert

RGB 188 68 223 -
CMYK 0.16 0.70 0 0.13
HSL 286.45º 0.71% 0.57% -
HSV(B) 286.45º 0.7% 0.87% -
XYZ 36.13 20.15 71.8 -
YUV 121.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 188 68 223 0.16 0.70 0 0.13 286.45 0.71 0.57
Hex BC 44 DF 10 46 0 D 11E 47 39
Octal 274 104 337 20 106 0 15 436 107 71
Binary 10111100 1000100 11011111 10000 1000110 0 1101 100011110 1000111 111001

Color Harmonies of #BC44DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44DF

Black with #BC44DF

Text Example


Text Example

White with #BC44DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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