Html Css Color HEX #BC73D0 Medium Orchid

📋 copy color: '#BC73D0'

red 188 ◦ green 115 ◦ blue 208

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

Shades of Medium Orchid #BC73D0

Tints of Medium Orchid #BC73D0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.5%

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

R = 36.79%
G = 22.5%
B = 40.7%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC73D0 (or 0xBC73D0) is known color: Medium Orchid. HEX triplet: BC, 73 and D0. RGB value is (188,115,208). Sum of RGB (Red+Green+Blue) = 188+115+208=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73D0 is #438C2F. Grayscale: #939393. Windows color (decimal): -4426800 or 13661116. OLE color: 13661116.

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

Color convert

RGB 188 115 208 -
CMYK 0.10 0.45 0 0.18
HSL 287.1º 0.5% 0.63% -
HSV(B) 287.1º 0.45% 0.82% -
XYZ 38.25 27.51 62.97 -
YUV 147.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 188 115 208 0.10 0.45 0 0.18 287.1 0.5 0.63
Hex BC 73 D0 A 2D 0 12 11F 32 3F
Octal 274 163 320 12 55 0 22 437 62 77
Binary 10111100 1110011 11010000 1010 101101 0 10010 100011111 110010 111111

Color Harmonies of #BC73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73D0

Black with #BC73D0

Text Example


Text Example

White with #BC73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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